Shades of Chelsea Cucumber #94AC46
Tints of Chelsea Cucumber #94AC46
RGB
CMYK
RGB Variations
Color information
#94AC46 (or 0x94AC46) is known color: Chelsea Cucumber. HEX triplet: 94, AC and 46. RGB value is (148,172,70). Sum of RGB (Red+Green+Blue) = 148+172+70=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC46 is #6B53B9. Grayscale: #999999. Windows color (decimal): -7033786 or 4631700. OLE color: 4631700.
HSL color Cylindrical-coordinate representation of color #94AC46: hue angle of 74.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94AC46 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 70 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.33 |
| HSL | 74.12º | 0.42% | 0.47% | - |
| HSV(B) | 74.12º | 0.59% | 0.67% | - |
| XYZ | 28.07 | 36.24 | 11.31 | - |
| YUV | 153.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 70 | 0.14 | 0 | 0.59 | 0.33 | 74.12 | 0.42 | 0.47 |
| Hex | 94 | AC | 46 | E | 0 | 3B | 21 | 4A | 2A | 2F |
| Octal | 224 | 254 | 106 | 16 | 0 | 73 | 41 | 112 | 52 | 57 |
| Binary | 10010100 | 10101100 | 1000110 | 1110 | 0 | 111011 | 100001 | 1001010 | 101010 | 101111 |
Color Harmonies of #94AC46
Complementary color
Monochromatic Colors of #94AC46
Black with #94AC46
Text Example
Text Example
White with #94AC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC46; }
p { color: rgb(148,172,70); }
H1.HeaderClassName
{
color: #94AC46;
}
.AnyTagClassName
{
color: #94AC46;
}
</style>
background-color css
<style>
a { background-color: #94AC46; }
a { background-color: rgb(148,172,70); }
div.DivClassName
{
background-color: #94AC46;
}
.BgClassName
{
background-color: #94AC46;
}
</style>
border-color css
<style>
span { border-color: #94AC46; }
span { border-color: rgb(148,172,70); }
td.TdClassName
{
border-color: #94AC46;
}
.TagClassName
{
border-color: #94AC46;
}
</style>