Shades of Chelsea Cucumber #94AC68
Tints of Chelsea Cucumber #94AC68
RGB
CMYK
RGB Variations
Color information
#94AC68 (or 0x94AC68) is known color: Chelsea Cucumber. HEX triplet: 94, AC and 68. RGB value is (148,172,104). Sum of RGB (Red+Green+Blue) = 148+172+104=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC68 is #6B5397. Grayscale: #9D9D9D. Windows color (decimal): -7033752 or 6859924. OLE color: 6859924.
HSL color Cylindrical-coordinate representation of color #94AC68: hue angle of 81.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94AC68 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 104 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.33 |
| HSL | 81.18º | 0.29% | 0.54% | - |
| HSV(B) | 81.18º | 0.4% | 0.67% | - |
| XYZ | 29.46 | 36.8 | 18.65 | - |
| YUV | 157.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 104 | 0.14 | 0 | 0.40 | 0.33 | 81.18 | 0.29 | 0.54 |
| Hex | 94 | AC | 68 | E | 0 | 28 | 21 | 51 | 1D | 36 |
| Octal | 224 | 254 | 150 | 16 | 0 | 50 | 41 | 121 | 35 | 66 |
| Binary | 10010100 | 10101100 | 1101000 | 1110 | 0 | 101000 | 100001 | 1010001 | 11101 | 110110 |
Color Harmonies of #94AC68
Complementary color
Monochromatic Colors of #94AC68
Black with #94AC68
Text Example
Text Example
White with #94AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC68; }
p { color: rgb(148,172,104); }
H1.HeaderClassName
{
color: #94AC68;
}
.AnyTagClassName
{
color: #94AC68;
}
</style>
background-color css
<style>
a { background-color: #94AC68; }
a { background-color: rgb(148,172,104); }
div.DivClassName
{
background-color: #94AC68;
}
.BgClassName
{
background-color: #94AC68;
}
</style>
border-color css
<style>
span { border-color: #94AC68; }
span { border-color: rgb(148,172,104); }
td.TdClassName
{
border-color: #94AC68;
}
.TagClassName
{
border-color: #94AC68;
}
</style>