Shades of Dark Sea Green #9AC09A
Tints of Dark Sea Green #9AC09A
RGB
CMYK
RGB Variations
Color information
#9AC09A (or 0x9AC09A) is known color: Dark Sea Green. HEX triplet: 9A, C0 and 9A. RGB value is (154,192,154). Sum of RGB (Red+Green+Blue) = 154+192+154=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC09A is #653F65. Grayscale: #B0B0B0. Windows color (decimal): -6635366 or 10141850. OLE color: 10141850.
HSL color Cylindrical-coordinate representation of color #9AC09A: hue angle of 120º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC09A is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 154 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.25 |
| HSL | 120º | 0.23% | 0.68% | - |
| HSV(B) | 120º | 0.2% | 0.75% | - |
| XYZ | 38.01 | 46.9 | 37.62 | - |
| YUV | 176.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 154 | 0.20 | 0 | 0.20 | 0.25 | 120 | 0.23 | 0.68 |
| Hex | 9A | C0 | 9A | 14 | 0 | 14 | 19 | 78 | 17 | 44 |
| Octal | 232 | 300 | 232 | 24 | 0 | 24 | 31 | 170 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10011010 | 10100 | 0 | 10100 | 11001 | 1111000 | 10111 | 1000100 |
Color Harmonies of #9AC09A
Complementary color
Monochromatic Colors of #9AC09A
Black with #9AC09A
Text Example
Text Example
White with #9AC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC09A; }
p { color: rgb(154,192,154); }
H1.HeaderClassName
{
color: #9AC09A;
}
.AnyTagClassName
{
color: #9AC09A;
}
</style>
background-color css
<style>
a { background-color: #9AC09A; }
a { background-color: rgb(154,192,154); }
div.DivClassName
{
background-color: #9AC09A;
}
.BgClassName
{
background-color: #9AC09A;
}
</style>
border-color css
<style>
span { border-color: #9AC09A; }
span { border-color: rgb(154,192,154); }
td.TdClassName
{
border-color: #9AC09A;
}
.TagClassName
{
border-color: #9AC09A;
}
</style>