Shades of Chelsea Cucumber #94AC62
Tints of Chelsea Cucumber #94AC62
RGB
CMYK
RGB Variations
Color information
#94AC62 (or 0x94AC62) is known color: Chelsea Cucumber. HEX triplet: 94, AC and 62. RGB value is (148,172,98). Sum of RGB (Red+Green+Blue) = 148+172+98=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC62 is #6B539D. Grayscale: #9C9C9C. Windows color (decimal): -7033758 or 6466708. OLE color: 6466708.
HSL color Cylindrical-coordinate representation of color #94AC62: hue angle of 79.46º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94AC62 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 98 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.33 |
| HSL | 79.46º | 0.31% | 0.53% | - |
| HSV(B) | 79.46º | 0.43% | 0.67% | - |
| XYZ | 29.17 | 36.68 | 17.1 | - |
| YUV | 156.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 98 | 0.14 | 0 | 0.43 | 0.33 | 79.46 | 0.31 | 0.53 |
| Hex | 94 | AC | 62 | E | 0 | 2B | 21 | 4F | 1F | 35 |
| Octal | 224 | 254 | 142 | 16 | 0 | 53 | 41 | 117 | 37 | 65 |
| Binary | 10010100 | 10101100 | 1100010 | 1110 | 0 | 101011 | 100001 | 1001111 | 11111 | 110101 |
Color Harmonies of #94AC62
Complementary color
Monochromatic Colors of #94AC62
Black with #94AC62
Text Example
Text Example
White with #94AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC62; }
p { color: rgb(148,172,98); }
H1.HeaderClassName
{
color: #94AC62;
}
.AnyTagClassName
{
color: #94AC62;
}
</style>
background-color css
<style>
a { background-color: #94AC62; }
a { background-color: rgb(148,172,98); }
div.DivClassName
{
background-color: #94AC62;
}
.BgClassName
{
background-color: #94AC62;
}
</style>
border-color css
<style>
span { border-color: #94AC62; }
span { border-color: rgb(148,172,98); }
td.TdClassName
{
border-color: #94AC62;
}
.TagClassName
{
border-color: #94AC62;
}
</style>