Shades of Chelsea Cucumber #8AA86E
Tints of Chelsea Cucumber #8AA86E
RGB
CMYK
RGB Variations
Color information
#8AA86E (or 0x8AA86E) is known color: Chelsea Cucumber. HEX triplet: 8A, A8 and 6E. RGB value is (138,168,110). Sum of RGB (Red+Green+Blue) = 138+168+110=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA86E is #755791. Grayscale: #989898. Windows color (decimal): -7690130 or 7252106. OLE color: 7252106.
HSL color Cylindrical-coordinate representation of color #8AA86E: hue angle of 91.03º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AA86E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 110 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.34 |
| HSL | 91.03º | 0.25% | 0.55% | - |
| HSV(B) | 91.03º | 0.35% | 0.66% | - |
| XYZ | 27.3 | 34.53 | 19.98 | - |
| YUV | 152.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 110 | 0.18 | 0 | 0.35 | 0.34 | 91.03 | 0.25 | 0.55 |
| Hex | 8A | A8 | 6E | 12 | 0 | 23 | 22 | 5B | 19 | 37 |
| Octal | 212 | 250 | 156 | 22 | 0 | 43 | 42 | 133 | 31 | 67 |
| Binary | 10001010 | 10101000 | 1101110 | 10010 | 0 | 100011 | 100010 | 1011011 | 11001 | 110111 |
Color Harmonies of #8AA86E
Complementary color
Monochromatic Colors of #8AA86E
Black with #8AA86E
Text Example
Text Example
White with #8AA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA86E; }
p { color: rgb(138,168,110); }
H1.HeaderClassName
{
color: #8AA86E;
}
.AnyTagClassName
{
color: #8AA86E;
}
</style>
background-color css
<style>
a { background-color: #8AA86E; }
a { background-color: rgb(138,168,110); }
div.DivClassName
{
background-color: #8AA86E;
}
.BgClassName
{
background-color: #8AA86E;
}
</style>
border-color css
<style>
span { border-color: #8AA86E; }
span { border-color: rgb(138,168,110); }
td.TdClassName
{
border-color: #8AA86E;
}
.TagClassName
{
border-color: #8AA86E;
}
</style>