Shades of Chelsea Cucumber #8AA24A
Tints of Chelsea Cucumber #8AA24A
RGB
CMYK
RGB Variations
Color information
#8AA24A (or 0x8AA24A) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 4A. RGB value is (138,162,74). Sum of RGB (Red+Green+Blue) = 138+162+74=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA24A is #755DB5. Grayscale: #919191. Windows color (decimal): -7691702 or 4891274. OLE color: 4891274.
HSL color Cylindrical-coordinate representation of color #8AA24A: hue angle of 76.36º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AA24A is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 74 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.36 |
| HSL | 76.36º | 0.37% | 0.46% | - |
| HSV(B) | 76.36º | 0.54% | 0.64% | - |
| XYZ | 24.64 | 31.74 | 11.31 | - |
| YUV | 144.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 74 | 0.15 | 0 | 0.54 | 0.36 | 76.36 | 0.37 | 0.46 |
| Hex | 8A | A2 | 4A | F | 0 | 36 | 24 | 4C | 25 | 2E |
| Octal | 212 | 242 | 112 | 17 | 0 | 66 | 44 | 114 | 45 | 56 |
| Binary | 10001010 | 10100010 | 1001010 | 1111 | 0 | 110110 | 100100 | 1001100 | 100101 | 101110 |
Color Harmonies of #8AA24A
Complementary color
Monochromatic Colors of #8AA24A
Black with #8AA24A
Text Example
Text Example
White with #8AA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA24A; }
p { color: rgb(138,162,74); }
H1.HeaderClassName
{
color: #8AA24A;
}
.AnyTagClassName
{
color: #8AA24A;
}
</style>
background-color css
<style>
a { background-color: #8AA24A; }
a { background-color: rgb(138,162,74); }
div.DivClassName
{
background-color: #8AA24A;
}
.BgClassName
{
background-color: #8AA24A;
}
</style>
border-color css
<style>
span { border-color: #8AA24A; }
span { border-color: rgb(138,162,74); }
td.TdClassName
{
border-color: #8AA24A;
}
.TagClassName
{
border-color: #8AA24A;
}
</style>