COLOR #099954

HEX: #099954 RGB: (9,153,84)

Color info

#099954 contains mainly green color. Web safe color of #099954 is #009966 (or #096).

RGB color model

#099954 color RGB value is (9,153,84).

RGB: (9,153,84) (4%, 60%, 33%)

RGB channels and saturation

R 9 of 255 = 4%
G 153 of 255 = 60%
B 84 of 255 = 33%

9
153
84

R + G + B ~ 32%. #099954 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 153 + 84 = 246 (100%)
R 9 of 246 ~ 3.66%
G 153 of 246 ~ 62.2%
B 84 of 246 ~ 34.15'%

%62.2
%34.15

CMYK color model

#099954 color CMYK value is (94,0,45,40).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 40.00%

CMYK: (94,0,45,40)
C94M0Y45K40 (94%, 0%, 45%, 40%)
(0.94 / 0.00 / 0.45 / 0.40)

CMYK percentages

%94.12
%0
%45.1
%40

Codes

Color #099954 in popluar color models

09 99 54
RGB 9 153 84
HSL 151° 88.89% 31.76%
HSB/HSV 151° 94.12% 60.00%
CMYK 94.12% 0.00% 45.10%
40.00%

Color #099954 in popluar number systems.

HEX 09 99 54
Decimal 9 153 84
Binary 1001 10011001 1010100
Octal 11 231 124

Shades and tints

Shades of #099954

#099954
(9,153,84)
#098C4D
(9,140,77)
#097F46
(9,127,70)
#09723F
(9,114,63)
#096538
(9,101,56)
#095831
(9,88,49)
#094B2A
(9,75,42)
#093E23
(9,62,35)
#09311C
(9,49,28)
#092415
(9,36,21)
#09170E
(9,23,14)
#000000
(0,0,0)

Tints of #099954

#099954
(9,153,84)
#1FA263
(31,162,99)
#35AB72
(53,171,114)
#4BB481
(75,180,129)
#61BD90
(97,189,144)
#77C69F
(119,198,159)
#8DCFAE
(141,207,174)
#A3D8BD
(163,216,189)
#B9E1CC
(185,225,204)
#CFEADB
(207,234,219)
#E5F3EA
(229,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099954 color. Also use rgb(9,153,84) instead hex code.

Text Font Color

.myTextColor { color: #099954; }

<p style="color:#099954">This sample text font color is #099954.</p>

This text font color is #099954.

Background Color

.myBgColor { background-color: #099954; }

<div style="background-color:#099954">Inner text</div>

This div background color is #099954.

Border color

.myBorderColor { border: 1px solid #099954; }

<div style="border:3px solid #099954">Div</div>

This div border color is #099954.

Opacity

.myOpacity80 { color: #099954; opacity: 0.8; }

<p style="color:#099954;opacity:0.8;">80%</p>

Text with #099954 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #099954;}

<p style="text-shadow: 3px 3px 1px #099954">Text here.</p>

This text has shadow with #099954 color.


.textShadow {text-shadow: 3px 3px 1px #099954', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #099954, 5px 5px 20px red">Text here.</p>

This text has shadow with #099954 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#099954, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#099954, Direction=45, Strength=4)">Text</p>

This text has shadow with #099954 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #099954;
-webkit-box-shadow: 1px 1px 3px 2px #099954;
box-shadow: 1px 1px 3px 2px #099954;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #099954; -webkit-box-shadow: 1px 1px 3px 2px #099954; box-shadow:1px 1px 3px 2px #099954;">
Div content here
</div>

This div box has shadow with color #099954.

Preview

Color preview on black background

This text has color #099954 on black background.


Color preview on white background

This text has color #099954 on white background.


Black color preview on #099954 background

This text has black color on #099954 background.


White color preview on #099954 background

This text has white color on #099954 background.


Related colors

Complementary color

Complementary color for #hex is #F666AB.


I love getcolorcode.com

Triadic colors

1 #540999 and #995409 with #099954 are triadic colors.

2 #549909 and #990954 with #099954 are triadic colors.