Shades of Chinook #8ACD99
Tints of Chinook #8ACD99
RGB
CMYK
RGB Variations
Color information
#8ACD99 (or 0x8ACD99) is known color: Chinook. HEX triplet: 8A, CD and 99. RGB value is (138,205,153). Sum of RGB (Red+Green+Blue) = 138+205+153=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD99 is #753266. Grayscale: #B3B3B3. Windows color (decimal): -7680615 or 10079626. OLE color: 10079626.
HSL color Cylindrical-coordinate representation of color #8ACD99: hue angle of 133.43º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACD99 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 153 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.20 |
| HSL | 133.43º | 0.4% | 0.67% | - |
| HSV(B) | 133.43º | 0.33% | 0.8% | - |
| XYZ | 38.06 | 51.37 | 38.05 | - |
| YUV | 179.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 153 | 0.33 | 0 | 0.25 | 0.20 | 133.43 | 0.4 | 0.67 |
| Hex | 8A | CD | 99 | 21 | 0 | 19 | 14 | 85 | 28 | 43 |
| Octal | 212 | 315 | 231 | 41 | 0 | 31 | 24 | 205 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10011001 | 100001 | 0 | 11001 | 10100 | 10000101 | 101000 | 1000011 |
Color Harmonies of #8ACD99
Complementary color
Monochromatic Colors of #8ACD99
Black with #8ACD99
Text Example
Text Example
White with #8ACD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD99; }
p { color: rgb(138,205,153); }
H1.HeaderClassName
{
color: #8ACD99;
}
.AnyTagClassName
{
color: #8ACD99;
}
</style>
background-color css
<style>
a { background-color: #8ACD99; }
a { background-color: rgb(138,205,153); }
div.DivClassName
{
background-color: #8ACD99;
}
.BgClassName
{
background-color: #8ACD99;
}
</style>
border-color css
<style>
span { border-color: #8ACD99; }
span { border-color: rgb(138,205,153); }
td.TdClassName
{
border-color: #8ACD99;
}
.TagClassName
{
border-color: #8ACD99;
}
</style>