Shades of Dark Sea Green #9AB69A
Tints of Dark Sea Green #9AB69A
RGB
CMYK
RGB Variations
Color information
#9AB69A (or 0x9AB69A) is known color: Dark Sea Green. HEX triplet: 9A, B6 and 9A. RGB value is (154,182,154). Sum of RGB (Red+Green+Blue) = 154+182+154=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB69A is #654965. Grayscale: #AAAAAA. Windows color (decimal): -6637926 or 10139290. OLE color: 10139290.
HSL color Cylindrical-coordinate representation of color #9AB69A: hue angle of 120º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB69A is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 154 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.29 |
| HSL | 120º | 0.16% | 0.66% | - |
| HSV(B) | 120º | 0.15% | 0.71% | - |
| XYZ | 35.89 | 42.66 | 36.91 | - |
| YUV | 170.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 154 | 0.15 | 0 | 0.15 | 0.29 | 120 | 0.16 | 0.66 |
| Hex | 9A | B6 | 9A | F | 0 | F | 1D | 78 | 10 | 42 |
| Octal | 232 | 266 | 232 | 17 | 0 | 17 | 35 | 170 | 20 | 102 |
| Binary | 10011010 | 10110110 | 10011010 | 1111 | 0 | 1111 | 11101 | 1111000 | 10000 | 1000010 |
Color Harmonies of #9AB69A
Complementary color
Monochromatic Colors of #9AB69A
Black with #9AB69A
Text Example
Text Example
White with #9AB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB69A; }
p { color: rgb(154,182,154); }
H1.HeaderClassName
{
color: #9AB69A;
}
.AnyTagClassName
{
color: #9AB69A;
}
</style>
background-color css
<style>
a { background-color: #9AB69A; }
a { background-color: rgb(154,182,154); }
div.DivClassName
{
background-color: #9AB69A;
}
.BgClassName
{
background-color: #9AB69A;
}
</style>
border-color css
<style>
span { border-color: #9AB69A; }
span { border-color: rgb(154,182,154); }
td.TdClassName
{
border-color: #9AB69A;
}
.TagClassName
{
border-color: #9AB69A;
}
</style>