Shades of Chelsea Cucumber #94AC4D
Tints of Chelsea Cucumber #94AC4D
RGB
CMYK
RGB Variations
Color information
#94AC4D (or 0x94AC4D) is known color: Chelsea Cucumber. HEX triplet: 94, AC and 4D. RGB value is (148,172,77). Sum of RGB (Red+Green+Blue) = 148+172+77=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC4D is #6B53B2. Grayscale: #9A9A9A. Windows color (decimal): -7033779 or 5090452. OLE color: 5090452.
HSL color Cylindrical-coordinate representation of color #94AC4D: hue angle of 75.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94AC4D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 77 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.33 |
| HSL | 75.16º | 0.38% | 0.49% | - |
| HSV(B) | 75.16º | 0.55% | 0.67% | - |
| XYZ | 28.3 | 36.34 | 12.54 | - |
| YUV | 153.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 77 | 0.14 | 0 | 0.55 | 0.33 | 75.16 | 0.38 | 0.49 |
| Hex | 94 | AC | 4D | E | 0 | 37 | 21 | 4B | 26 | 31 |
| Octal | 224 | 254 | 115 | 16 | 0 | 67 | 41 | 113 | 46 | 61 |
| Binary | 10010100 | 10101100 | 1001101 | 1110 | 0 | 110111 | 100001 | 1001011 | 100110 | 110001 |
Color Harmonies of #94AC4D
Complementary color
Monochromatic Colors of #94AC4D
Black with #94AC4D
Text Example
Text Example
White with #94AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC4D; }
p { color: rgb(148,172,77); }
H1.HeaderClassName
{
color: #94AC4D;
}
.AnyTagClassName
{
color: #94AC4D;
}
</style>
background-color css
<style>
a { background-color: #94AC4D; }
a { background-color: rgb(148,172,77); }
div.DivClassName
{
background-color: #94AC4D;
}
.BgClassName
{
background-color: #94AC4D;
}
</style>
border-color css
<style>
span { border-color: #94AC4D; }
span { border-color: rgb(148,172,77); }
td.TdClassName
{
border-color: #94AC4D;
}
.TagClassName
{
border-color: #94AC4D;
}
</style>