Shades of Chelsea Cucumber #8AA24F
Tints of Chelsea Cucumber #8AA24F
RGB
CMYK
RGB Variations
Color information
#8AA24F (or 0x8AA24F) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 4F. RGB value is (138,162,79). Sum of RGB (Red+Green+Blue) = 138+162+79=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA24F is #755DB0. Grayscale: #919191. Windows color (decimal): -7691697 or 5218954. OLE color: 5218954.
HSL color Cylindrical-coordinate representation of color #8AA24F: hue angle of 77.35º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AA24F is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 79 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.36 |
| HSL | 77.35º | 0.34% | 0.47% | - |
| HSV(B) | 77.35º | 0.51% | 0.64% | - |
| XYZ | 24.81 | 31.81 | 12.23 | - |
| YUV | 145.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 79 | 0.15 | 0 | 0.51 | 0.36 | 77.35 | 0.34 | 0.47 |
| Hex | 8A | A2 | 4F | F | 0 | 33 | 24 | 4D | 22 | 2F |
| Octal | 212 | 242 | 117 | 17 | 0 | 63 | 44 | 115 | 42 | 57 |
| Binary | 10001010 | 10100010 | 1001111 | 1111 | 0 | 110011 | 100100 | 1001101 | 100010 | 101111 |
Color Harmonies of #8AA24F
Complementary color
Monochromatic Colors of #8AA24F
Black with #8AA24F
Text Example
Text Example
White with #8AA24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA24F; }
p { color: rgb(138,162,79); }
H1.HeaderClassName
{
color: #8AA24F;
}
.AnyTagClassName
{
color: #8AA24F;
}
</style>
background-color css
<style>
a { background-color: #8AA24F; }
a { background-color: rgb(138,162,79); }
div.DivClassName
{
background-color: #8AA24F;
}
.BgClassName
{
background-color: #8AA24F;
}
</style>
border-color css
<style>
span { border-color: #8AA24F; }
span { border-color: rgb(138,162,79); }
td.TdClassName
{
border-color: #8AA24F;
}
.TagClassName
{
border-color: #8AA24F;
}
</style>