Shades of Chelsea Cucumber #8AA44A
Tints of Chelsea Cucumber #8AA44A
RGB
CMYK
RGB Variations
Color information
#8AA44A (or 0x8AA44A) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 4A. RGB value is (138,164,74). Sum of RGB (Red+Green+Blue) = 138+164+74=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA44A is #755BB5. Grayscale: #929292. Windows color (decimal): -7691190 or 4891786. OLE color: 4891786.
HSL color Cylindrical-coordinate representation of color #8AA44A: hue angle of 77.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AA44A is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 74 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.36 |
| HSL | 77.33º | 0.38% | 0.47% | - |
| HSV(B) | 77.33º | 0.55% | 0.64% | - |
| XYZ | 24.99 | 32.45 | 11.42 | - |
| YUV | 145.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 74 | 0.16 | 0 | 0.55 | 0.36 | 77.33 | 0.38 | 0.47 |
| Hex | 8A | A4 | 4A | 10 | 0 | 37 | 24 | 4D | 26 | 2F |
| Octal | 212 | 244 | 112 | 20 | 0 | 67 | 44 | 115 | 46 | 57 |
| Binary | 10001010 | 10100100 | 1001010 | 10000 | 0 | 110111 | 100100 | 1001101 | 100110 | 101111 |
Color Harmonies of #8AA44A
Complementary color
Monochromatic Colors of #8AA44A
Black with #8AA44A
Text Example
Text Example
White with #8AA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA44A; }
p { color: rgb(138,164,74); }
H1.HeaderClassName
{
color: #8AA44A;
}
.AnyTagClassName
{
color: #8AA44A;
}
</style>
background-color css
<style>
a { background-color: #8AA44A; }
a { background-color: rgb(138,164,74); }
div.DivClassName
{
background-color: #8AA44A;
}
.BgClassName
{
background-color: #8AA44A;
}
</style>
border-color css
<style>
span { border-color: #8AA44A; }
span { border-color: rgb(138,164,74); }
td.TdClassName
{
border-color: #8AA44A;
}
.TagClassName
{
border-color: #8AA44A;
}
</style>