Shades of Chinook #8ACF9D
Tints of Chinook #8ACF9D
RGB
CMYK
RGB Variations
Color information
#8ACF9D (or 0x8ACF9D) is known color: Chinook. HEX triplet: 8A, CF and 9D. RGB value is (138,207,157). Sum of RGB (Red+Green+Blue) = 138+207+157=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF9D is #753062. Grayscale: #B4B4B4. Windows color (decimal): -7680099 or 10342282. OLE color: 10342282.
HSL color Cylindrical-coordinate representation of color #8ACF9D: hue angle of 136.52º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACF9D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 157 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.19 |
| HSL | 136.52º | 0.42% | 0.68% | - |
| HSV(B) | 136.52º | 0.33% | 0.81% | - |
| XYZ | 38.88 | 52.46 | 39.98 | - |
| YUV | 180.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 157 | 0.33 | 0 | 0.24 | 0.19 | 136.52 | 0.42 | 0.68 |
| Hex | 8A | CF | 9D | 21 | 0 | 18 | 13 | 89 | 2A | 44 |
| Octal | 212 | 317 | 235 | 41 | 0 | 30 | 23 | 211 | 52 | 104 |
| Binary | 10001010 | 11001111 | 10011101 | 100001 | 0 | 11000 | 10011 | 10001001 | 101010 | 1000100 |
Color Harmonies of #8ACF9D
Complementary color
Monochromatic Colors of #8ACF9D
Black with #8ACF9D
Text Example
Text Example
White with #8ACF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF9D; }
p { color: rgb(138,207,157); }
H1.HeaderClassName
{
color: #8ACF9D;
}
.AnyTagClassName
{
color: #8ACF9D;
}
</style>
background-color css
<style>
a { background-color: #8ACF9D; }
a { background-color: rgb(138,207,157); }
div.DivClassName
{
background-color: #8ACF9D;
}
.BgClassName
{
background-color: #8ACF9D;
}
</style>
border-color css
<style>
span { border-color: #8ACF9D; }
span { border-color: rgb(138,207,157); }
td.TdClassName
{
border-color: #8ACF9D;
}
.TagClassName
{
border-color: #8ACF9D;
}
</style>