Shades of Chinook #8ACF9F
Tints of Chinook #8ACF9F
RGB
CMYK
RGB Variations
Color information
#8ACF9F (or 0x8ACF9F) is known color: Chinook. HEX triplet: 8A, CF and 9F. RGB value is (138,207,159). Sum of RGB (Red+Green+Blue) = 138+207+159=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF9F is #753060. Grayscale: #B5B5B5. Windows color (decimal): -7680097 or 10473354. OLE color: 10473354.
HSL color Cylindrical-coordinate representation of color #8ACF9F: hue angle of 138.26º 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 #8ACF9F is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 159 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.19 |
| HSL | 138.26º | 0.42% | 0.68% | - |
| HSV(B) | 138.26º | 0.33% | 0.81% | - |
| XYZ | 39.05 | 52.53 | 40.88 | - |
| YUV | 180.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 159 | 0.33 | 0 | 0.23 | 0.19 | 138.26 | 0.42 | 0.68 |
| Hex | 8A | CF | 9F | 21 | 0 | 17 | 13 | 8A | 2A | 44 |
| Octal | 212 | 317 | 237 | 41 | 0 | 27 | 23 | 212 | 52 | 104 |
| Binary | 10001010 | 11001111 | 10011111 | 100001 | 0 | 10111 | 10011 | 10001010 | 101010 | 1000100 |
Color Harmonies of #8ACF9F
Complementary color
Monochromatic Colors of #8ACF9F
Black with #8ACF9F
Text Example
Text Example
White with #8ACF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF9F; }
p { color: rgb(138,207,159); }
H1.HeaderClassName
{
color: #8ACF9F;
}
.AnyTagClassName
{
color: #8ACF9F;
}
</style>
background-color css
<style>
a { background-color: #8ACF9F; }
a { background-color: rgb(138,207,159); }
div.DivClassName
{
background-color: #8ACF9F;
}
.BgClassName
{
background-color: #8ACF9F;
}
</style>
border-color css
<style>
span { border-color: #8ACF9F; }
span { border-color: rgb(138,207,159); }
td.TdClassName
{
border-color: #8ACF9F;
}
.TagClassName
{
border-color: #8ACF9F;
}
</style>