Shades of Chinook #8FC99A
Tints of Chinook #8FC99A
RGB
CMYK
RGB Variations
Color information
#8FC99A (or 0x8FC99A) is known color: Chinook. HEX triplet: 8F, C9 and 9A. RGB value is (143,201,154). Sum of RGB (Red+Green+Blue) = 143+201+154=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC99A is #703665. Grayscale: #B2B2B2. Windows color (decimal): -7353958 or 10144143. OLE color: 10144143.
HSL color Cylindrical-coordinate representation of color #8FC99A: hue angle of 131.38º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC99A is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 154 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.21 |
| HSL | 131.38º | 0.35% | 0.67% | - |
| HSV(B) | 131.38º | 0.29% | 0.79% | - |
| XYZ | 38.05 | 49.95 | 38.21 | - |
| YUV | 178.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 154 | 0.29 | 0 | 0.23 | 0.21 | 131.38 | 0.35 | 0.67 |
| Hex | 8F | C9 | 9A | 1D | 0 | 17 | 15 | 83 | 23 | 43 |
| Octal | 217 | 311 | 232 | 35 | 0 | 27 | 25 | 203 | 43 | 103 |
| Binary | 10001111 | 11001001 | 10011010 | 11101 | 0 | 10111 | 10101 | 10000011 | 100011 | 1000011 |
Color Harmonies of #8FC99A
Complementary color
Monochromatic Colors of #8FC99A
Black with #8FC99A
Text Example
Text Example
White with #8FC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC99A; }
p { color: rgb(143,201,154); }
H1.HeaderClassName
{
color: #8FC99A;
}
.AnyTagClassName
{
color: #8FC99A;
}
</style>
background-color css
<style>
a { background-color: #8FC99A; }
a { background-color: rgb(143,201,154); }
div.DivClassName
{
background-color: #8FC99A;
}
.BgClassName
{
background-color: #8FC99A;
}
</style>
border-color css
<style>
span { border-color: #8FC99A; }
span { border-color: rgb(143,201,154); }
td.TdClassName
{
border-color: #8FC99A;
}
.TagClassName
{
border-color: #8FC99A;
}
</style>