Shades of Chinook #8FEFA9
Tints of Chinook #8FEFA9
RGB
CMYK
RGB Variations
Color information
#8FEFA9 (or 0x8FEFA9) is known color: Chinook. HEX triplet: 8F, EF and A9. RGB value is (143,239,169). Sum of RGB (Red+Green+Blue) = 143+239+169=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEFA9 is #701056. Grayscale: #CACACA. Windows color (decimal): -7344215 or 11136911. OLE color: 11136911.
HSL color Cylindrical-coordinate representation of color #8FEFA9: hue angle of 136.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFA9 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 169 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.06 |
| HSL | 136.25º | 0.75% | 0.75% | - |
| HSV(B) | 136.25º | 0.4% | 0.94% | - |
| XYZ | 49.36 | 70.44 | 48.53 | - |
| YUV | 202.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 169 | 0.40 | 0 | 0.29 | 0.06 | 136.25 | 0.75 | 0.75 |
| Hex | 8F | EF | A9 | 28 | 0 | 1D | 6 | 88 | 4B | 4B |
| Octal | 217 | 357 | 251 | 50 | 0 | 35 | 6 | 210 | 113 | 113 |
| Binary | 10001111 | 11101111 | 10101001 | 101000 | 0 | 11101 | 110 | 10001000 | 1001011 | 1001011 |
Color Harmonies of #8FEFA9
Complementary color
Monochromatic Colors of #8FEFA9
Black with #8FEFA9
Text Example
Text Example
White with #8FEFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFA9; }
p { color: rgb(143,239,169); }
H1.HeaderClassName
{
color: #8FEFA9;
}
.AnyTagClassName
{
color: #8FEFA9;
}
</style>
background-color css
<style>
a { background-color: #8FEFA9; }
a { background-color: rgb(143,239,169); }
div.DivClassName
{
background-color: #8FEFA9;
}
.BgClassName
{
background-color: #8FEFA9;
}
</style>
border-color css
<style>
span { border-color: #8FEFA9; }
span { border-color: rgb(143,239,169); }
td.TdClassName
{
border-color: #8FEFA9;
}
.TagClassName
{
border-color: #8FEFA9;
}
</style>