Shades of Chelsea Cucumber #8AAA6F
Tints of Chelsea Cucumber #8AAA6F
RGB
CMYK
RGB Variations
Color information
#8AAA6F (or 0x8AAA6F) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 6F. RGB value is (138,170,111). Sum of RGB (Red+Green+Blue) = 138+170+111=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA6F is #755590. Grayscale: #999999. Windows color (decimal): -7689617 or 7318154. OLE color: 7318154.
HSL color Cylindrical-coordinate representation of color #8AAA6F: hue angle of 92.54º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AAA6F is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 111 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.33 |
| HSL | 92.54º | 0.26% | 0.55% | - |
| HSV(B) | 92.54º | 0.35% | 0.67% | - |
| XYZ | 27.73 | 35.3 | 20.39 | - |
| YUV | 153.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 111 | 0.19 | 0 | 0.35 | 0.33 | 92.54 | 0.26 | 0.55 |
| Hex | 8A | AA | 6F | 13 | 0 | 23 | 21 | 5D | 1A | 37 |
| Octal | 212 | 252 | 157 | 23 | 0 | 43 | 41 | 135 | 32 | 67 |
| Binary | 10001010 | 10101010 | 1101111 | 10011 | 0 | 100011 | 100001 | 1011101 | 11010 | 110111 |
Color Harmonies of #8AAA6F
Complementary color
Monochromatic Colors of #8AAA6F
Black with #8AAA6F
Text Example
Text Example
White with #8AAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA6F; }
p { color: rgb(138,170,111); }
H1.HeaderClassName
{
color: #8AAA6F;
}
.AnyTagClassName
{
color: #8AAA6F;
}
</style>
background-color css
<style>
a { background-color: #8AAA6F; }
a { background-color: rgb(138,170,111); }
div.DivClassName
{
background-color: #8AAA6F;
}
.BgClassName
{
background-color: #8AAA6F;
}
</style>
border-color css
<style>
span { border-color: #8AAA6F; }
span { border-color: rgb(138,170,111); }
td.TdClassName
{
border-color: #8AAA6F;
}
.TagClassName
{
border-color: #8AAA6F;
}
</style>