Shades of Chelsea Cucumber #94AC4A
Tints of Chelsea Cucumber #94AC4A
RGB
CMYK
RGB Variations
Color information
#94AC4A (or 0x94AC4A) is known color: Chelsea Cucumber. HEX triplet: 94, AC and 4A. RGB value is (148,172,74). Sum of RGB (Red+Green+Blue) = 148+172+74=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC4A is #6B53B5. Grayscale: #9A9A9A. Windows color (decimal): -7033782 or 4893844. OLE color: 4893844.
HSL color Cylindrical-coordinate representation of color #94AC4A: hue angle of 74.69º 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 #94AC4A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 74 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.33 |
| HSL | 74.69º | 0.4% | 0.48% | - |
| HSV(B) | 74.69º | 0.57% | 0.67% | - |
| XYZ | 28.2 | 36.3 | 12 | - |
| YUV | 153.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 74 | 0.14 | 0 | 0.57 | 0.33 | 74.69 | 0.4 | 0.48 |
| Hex | 94 | AC | 4A | E | 0 | 39 | 21 | 4B | 28 | 30 |
| Octal | 224 | 254 | 112 | 16 | 0 | 71 | 41 | 113 | 50 | 60 |
| Binary | 10010100 | 10101100 | 1001010 | 1110 | 0 | 111001 | 100001 | 1001011 | 101000 | 110000 |
Color Harmonies of #94AC4A
Complementary color
Monochromatic Colors of #94AC4A
Black with #94AC4A
Text Example
Text Example
White with #94AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC4A; }
p { color: rgb(148,172,74); }
H1.HeaderClassName
{
color: #94AC4A;
}
.AnyTagClassName
{
color: #94AC4A;
}
</style>
background-color css
<style>
a { background-color: #94AC4A; }
a { background-color: rgb(148,172,74); }
div.DivClassName
{
background-color: #94AC4A;
}
.BgClassName
{
background-color: #94AC4A;
}
</style>
border-color css
<style>
span { border-color: #94AC4A; }
span { border-color: rgb(148,172,74); }
td.TdClassName
{
border-color: #94AC4A;
}
.TagClassName
{
border-color: #94AC4A;
}
</style>