Shades of Chelsea Cucumber #84AC4A
Tints of Chelsea Cucumber #84AC4A
RGB
CMYK
RGB Variations
Color information
#84AC4A (or 0x84AC4A) is known color: Chelsea Cucumber. HEX triplet: 84, AC and 4A. RGB value is (132,172,74). Sum of RGB (Red+Green+Blue) = 132+172+74=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AC4A is #7B53B5. Grayscale: #959595. Windows color (decimal): -8082358 or 4893828. OLE color: 4893828.
HSL color Cylindrical-coordinate representation of color #84AC4A: hue angle of 84.49º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84AC4A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 74 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.33 |
| HSL | 84.49º | 0.4% | 0.48% | - |
| HSV(B) | 84.49º | 0.57% | 0.67% | - |
| XYZ | 25.5 | 34.9 | 11.87 | - |
| YUV | 148.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 74 | 0.23 | 0 | 0.57 | 0.33 | 84.49 | 0.4 | 0.48 |
| Hex | 84 | AC | 4A | 17 | 0 | 39 | 21 | 54 | 28 | 30 |
| Octal | 204 | 254 | 112 | 27 | 0 | 71 | 41 | 124 | 50 | 60 |
| Binary | 10000100 | 10101100 | 1001010 | 10111 | 0 | 111001 | 100001 | 1010100 | 101000 | 110000 |
Color Harmonies of #84AC4A
Complementary color
Monochromatic Colors of #84AC4A
Black with #84AC4A
Text Example
Text Example
White with #84AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC4A; }
p { color: rgb(132,172,74); }
H1.HeaderClassName
{
color: #84AC4A;
}
.AnyTagClassName
{
color: #84AC4A;
}
</style>
background-color css
<style>
a { background-color: #84AC4A; }
a { background-color: rgb(132,172,74); }
div.DivClassName
{
background-color: #84AC4A;
}
.BgClassName
{
background-color: #84AC4A;
}
</style>
border-color css
<style>
span { border-color: #84AC4A; }
span { border-color: rgb(132,172,74); }
td.TdClassName
{
border-color: #84AC4A;
}
.TagClassName
{
border-color: #84AC4A;
}
</style>