Shades of Chelsea Cucumber #93AC4D
Tints of Chelsea Cucumber #93AC4D
RGB
CMYK
RGB Variations
Color information
#93AC4D (or 0x93AC4D) is known color: Chelsea Cucumber. HEX triplet: 93, AC and 4D. RGB value is (147,172,77). Sum of RGB (Red+Green+Blue) = 147+172+77=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC4D is #6C53B2. Grayscale: #9A9A9A. Windows color (decimal): -7099315 or 5090451. OLE color: 5090451.
HSL color Cylindrical-coordinate representation of color #93AC4D: hue angle of 75.79º 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 #93AC4D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 77 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.33 |
| HSL | 75.79º | 0.38% | 0.49% | - |
| HSV(B) | 75.79º | 0.55% | 0.67% | - |
| XYZ | 28.12 | 36.24 | 12.53 | - |
| YUV | 153.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 77 | 0.15 | 0 | 0.55 | 0.33 | 75.79 | 0.38 | 0.49 |
| Hex | 93 | AC | 4D | F | 0 | 37 | 21 | 4C | 26 | 31 |
| Octal | 223 | 254 | 115 | 17 | 0 | 67 | 41 | 114 | 46 | 61 |
| Binary | 10010011 | 10101100 | 1001101 | 1111 | 0 | 110111 | 100001 | 1001100 | 100110 | 110001 |
Color Harmonies of #93AC4D
Complementary color
Monochromatic Colors of #93AC4D
Black with #93AC4D
Text Example
Text Example
White with #93AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC4D; }
p { color: rgb(147,172,77); }
H1.HeaderClassName
{
color: #93AC4D;
}
.AnyTagClassName
{
color: #93AC4D;
}
</style>
background-color css
<style>
a { background-color: #93AC4D; }
a { background-color: rgb(147,172,77); }
div.DivClassName
{
background-color: #93AC4D;
}
.BgClassName
{
background-color: #93AC4D;
}
</style>
border-color css
<style>
span { border-color: #93AC4D; }
span { border-color: rgb(147,172,77); }
td.TdClassName
{
border-color: #93AC4D;
}
.TagClassName
{
border-color: #93AC4D;
}
</style>