Shades of Chinook #8CCE99
Tints of Chinook #8CCE99
RGB
CMYK
RGB Variations
Color information
#8CCE99 (or 0x8CCE99) is known color: Chinook. HEX triplet: 8C, CE and 99. RGB value is (140,206,153). Sum of RGB (Red+Green+Blue) = 140+206+153=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCE99 is #733166. Grayscale: #B4B4B4. Windows color (decimal): -7549287 or 10079884. OLE color: 10079884.
HSL color Cylindrical-coordinate representation of color #8CCE99: hue angle of 131.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCE99 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 153 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.19 |
| HSL | 131.82º | 0.4% | 0.68% | - |
| HSV(B) | 131.82º | 0.32% | 0.81% | - |
| XYZ | 38.64 | 52.02 | 38.14 | - |
| YUV | 180.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 153 | 0.32 | 0 | 0.26 | 0.19 | 131.82 | 0.4 | 0.68 |
| Hex | 8C | CE | 99 | 20 | 0 | 1A | 13 | 84 | 28 | 44 |
| Octal | 214 | 316 | 231 | 40 | 0 | 32 | 23 | 204 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10011001 | 100000 | 0 | 11010 | 10011 | 10000100 | 101000 | 1000100 |
Color Harmonies of #8CCE99
Complementary color
Monochromatic Colors of #8CCE99
Black with #8CCE99
Text Example
Text Example
White with #8CCE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE99; }
p { color: rgb(140,206,153); }
H1.HeaderClassName
{
color: #8CCE99;
}
.AnyTagClassName
{
color: #8CCE99;
}
</style>
background-color css
<style>
a { background-color: #8CCE99; }
a { background-color: rgb(140,206,153); }
div.DivClassName
{
background-color: #8CCE99;
}
.BgClassName
{
background-color: #8CCE99;
}
</style>
border-color css
<style>
span { border-color: #8CCE99; }
span { border-color: rgb(140,206,153); }
td.TdClassName
{
border-color: #8CCE99;
}
.TagClassName
{
border-color: #8CCE99;
}
</style>