Shades of Chinook #8ACE9D
Tints of Chinook #8ACE9D
RGB
CMYK
RGB Variations
Color information
#8ACE9D (or 0x8ACE9D) is known color: Chinook. HEX triplet: 8A, CE and 9D. RGB value is (138,206,157). Sum of RGB (Red+Green+Blue) = 138+206+157=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE9D is #753162. Grayscale: #B4B4B4. Windows color (decimal): -7680355 or 10342026. OLE color: 10342026.
HSL color Cylindrical-coordinate representation of color #8ACE9D: hue angle of 136.76º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACE9D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 157 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.19 |
| HSL | 136.76º | 0.41% | 0.67% | - |
| HSV(B) | 136.76º | 0.33% | 0.81% | - |
| XYZ | 38.64 | 51.98 | 39.9 | - |
| YUV | 180.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 157 | 0.33 | 0 | 0.24 | 0.19 | 136.76 | 0.41 | 0.67 |
| Hex | 8A | CE | 9D | 21 | 0 | 18 | 13 | 89 | 29 | 43 |
| Octal | 212 | 316 | 235 | 41 | 0 | 30 | 23 | 211 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10011101 | 100001 | 0 | 11000 | 10011 | 10001001 | 101001 | 1000011 |
Color Harmonies of #8ACE9D
Complementary color
Monochromatic Colors of #8ACE9D
Black with #8ACE9D
Text Example
Text Example
White with #8ACE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE9D; }
p { color: rgb(138,206,157); }
H1.HeaderClassName
{
color: #8ACE9D;
}
.AnyTagClassName
{
color: #8ACE9D;
}
</style>
background-color css
<style>
a { background-color: #8ACE9D; }
a { background-color: rgb(138,206,157); }
div.DivClassName
{
background-color: #8ACE9D;
}
.BgClassName
{
background-color: #8ACE9D;
}
</style>
border-color css
<style>
span { border-color: #8ACE9D; }
span { border-color: rgb(138,206,157); }
td.TdClassName
{
border-color: #8ACE9D;
}
.TagClassName
{
border-color: #8ACE9D;
}
</style>