Shades of Chelsea Cucumber #84AD4A
Tints of Chelsea Cucumber #84AD4A
RGB
CMYK
RGB Variations
Color information
#84AD4A (or 0x84AD4A) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 4A. RGB value is (132,173,74). Sum of RGB (Red+Green+Blue) = 132+173+74=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD4A is #7B52B5. Grayscale: #959595. Windows color (decimal): -8082102 or 4894084. OLE color: 4894084.
HSL color Cylindrical-coordinate representation of color #84AD4A: hue angle of 84.85º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84AD4A is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 74 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.32 |
| HSL | 84.85º | 0.4% | 0.48% | - |
| HSV(B) | 84.85º | 0.57% | 0.68% | - |
| XYZ | 25.7 | 35.29 | 11.94 | - |
| YUV | 149.46 | 85.42 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 74 | 0.24 | 0 | 0.57 | 0.32 | 84.85 | 0.4 | 0.48 |
| Hex | 84 | AD | 4A | 18 | 0 | 39 | 20 | 55 | 28 | 30 |
| Octal | 204 | 255 | 112 | 30 | 0 | 71 | 40 | 125 | 50 | 60 |
| Binary | 10000100 | 10101101 | 1001010 | 11000 | 0 | 111001 | 100000 | 1010101 | 101000 | 110000 |
Color Harmonies of #84AD4A
Complementary color
Monochromatic Colors of #84AD4A
Black with #84AD4A
Text Example
Text Example
White with #84AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD4A; }
p { color: rgb(132,173,74); }
H1.HeaderClassName
{
color: #84AD4A;
}
.AnyTagClassName
{
color: #84AD4A;
}
</style>
background-color css
<style>
a { background-color: #84AD4A; }
a { background-color: rgb(132,173,74); }
div.DivClassName
{
background-color: #84AD4A;
}
.BgClassName
{
background-color: #84AD4A;
}
</style>
border-color css
<style>
span { border-color: #84AD4A; }
span { border-color: rgb(132,173,74); }
td.TdClassName
{
border-color: #84AD4A;
}
.TagClassName
{
border-color: #84AD4A;
}
</style>