Shades of Chelsea Cucumber #8AA14F
Tints of Chelsea Cucumber #8AA14F
RGB
CMYK
RGB Variations
Color information
#8AA14F (or 0x8AA14F) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 4F. RGB value is (138,161,79). Sum of RGB (Red+Green+Blue) = 138+161+79=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA14F is #755EB0. Grayscale: #919191. Windows color (decimal): -7691953 or 5218698. OLE color: 5218698.
HSL color Cylindrical-coordinate representation of color #8AA14F: hue angle of 76.83º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AA14F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 79 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.37 |
| HSL | 76.83º | 0.34% | 0.47% | - |
| HSV(B) | 76.83º | 0.51% | 0.63% | - |
| XYZ | 24.64 | 31.46 | 12.17 | - |
| YUV | 144.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 79 | 0.14 | 0 | 0.51 | 0.37 | 76.83 | 0.34 | 0.47 |
| Hex | 8A | A1 | 4F | E | 0 | 33 | 25 | 4D | 22 | 2F |
| Octal | 212 | 241 | 117 | 16 | 0 | 63 | 45 | 115 | 42 | 57 |
| Binary | 10001010 | 10100001 | 1001111 | 1110 | 0 | 110011 | 100101 | 1001101 | 100010 | 101111 |
Color Harmonies of #8AA14F
Complementary color
Monochromatic Colors of #8AA14F
Black with #8AA14F
Text Example
Text Example
White with #8AA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA14F; }
p { color: rgb(138,161,79); }
H1.HeaderClassName
{
color: #8AA14F;
}
.AnyTagClassName
{
color: #8AA14F;
}
</style>
background-color css
<style>
a { background-color: #8AA14F; }
a { background-color: rgb(138,161,79); }
div.DivClassName
{
background-color: #8AA14F;
}
.BgClassName
{
background-color: #8AA14F;
}
</style>
border-color css
<style>
span { border-color: #8AA14F; }
span { border-color: rgb(138,161,79); }
td.TdClassName
{
border-color: #8AA14F;
}
.TagClassName
{
border-color: #8AA14F;
}
</style>