Shades of Chinook #9AEAA8
Tints of Chinook #9AEAA8
RGB
CMYK
RGB Variations
Color information
#9AEAA8 (or 0x9AEAA8) is known color: Chinook. HEX triplet: 9A, EA and A8. RGB value is (154,234,168). Sum of RGB (Red+Green+Blue) = 154+234+168=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEAA8 is #651557. Grayscale: #CACACA. Windows color (decimal): -6624600 or 11070106. OLE color: 11070106.
HSL color Cylindrical-coordinate representation of color #9AEAA8: hue angle of 130.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEAA8 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 168 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.08 |
| HSL | 130.5º | 0.66% | 0.76% | - |
| HSV(B) | 130.5º | 0.34% | 0.92% | - |
| XYZ | 49.82 | 68.54 | 47.65 | - |
| YUV | 202.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 168 | 0.34 | 0 | 0.28 | 0.08 | 130.5 | 0.66 | 0.76 |
| Hex | 9A | EA | A8 | 22 | 0 | 1C | 8 | 82 | 42 | 4C |
| Octal | 232 | 352 | 250 | 42 | 0 | 34 | 10 | 202 | 102 | 114 |
| Binary | 10011010 | 11101010 | 10101000 | 100010 | 0 | 11100 | 1000 | 10000010 | 1000010 | 1001100 |
Color Harmonies of #9AEAA8
Complementary color
Monochromatic Colors of #9AEAA8
Black with #9AEAA8
Text Example
Text Example
White with #9AEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEAA8; }
p { color: rgb(154,234,168); }
H1.HeaderClassName
{
color: #9AEAA8;
}
.AnyTagClassName
{
color: #9AEAA8;
}
</style>
background-color css
<style>
a { background-color: #9AEAA8; }
a { background-color: rgb(154,234,168); }
div.DivClassName
{
background-color: #9AEAA8;
}
.BgClassName
{
background-color: #9AEAA8;
}
</style>
border-color css
<style>
span { border-color: #9AEAA8; }
span { border-color: rgb(154,234,168); }
td.TdClassName
{
border-color: #9AEAA8;
}
.TagClassName
{
border-color: #9AEAA8;
}
</style>