Shades of Chelsea Cucumber #93AA45
Tints of Chelsea Cucumber #93AA45
RGB
CMYK
RGB Variations
Color information
#93AA45 (or 0x93AA45) is known color: Chelsea Cucumber. HEX triplet: 93, AA and 45. RGB value is (147,170,69). Sum of RGB (Red+Green+Blue) = 147+170+69=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA45 is #6C55BA. Grayscale: #979797. Windows color (decimal): -7099835 or 4565651. OLE color: 4565651.
HSL color Cylindrical-coordinate representation of color #93AA45: hue angle of 73.66º 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 #93AA45 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 69 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.33 |
| HSL | 73.66º | 0.42% | 0.47% | - |
| HSV(B) | 73.66º | 0.59% | 0.67% | - |
| XYZ | 27.48 | 35.38 | 11.01 | - |
| YUV | 151.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 69 | 0.14 | 0 | 0.59 | 0.33 | 73.66 | 0.42 | 0.47 |
| Hex | 93 | AA | 45 | E | 0 | 3B | 21 | 4A | 2A | 2F |
| Octal | 223 | 252 | 105 | 16 | 0 | 73 | 41 | 112 | 52 | 57 |
| Binary | 10010011 | 10101010 | 1000101 | 1110 | 0 | 111011 | 100001 | 1001010 | 101010 | 101111 |
Color Harmonies of #93AA45
Complementary color
Monochromatic Colors of #93AA45
Black with #93AA45
Text Example
Text Example
White with #93AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA45; }
p { color: rgb(147,170,69); }
H1.HeaderClassName
{
color: #93AA45;
}
.AnyTagClassName
{
color: #93AA45;
}
</style>
background-color css
<style>
a { background-color: #93AA45; }
a { background-color: rgb(147,170,69); }
div.DivClassName
{
background-color: #93AA45;
}
.BgClassName
{
background-color: #93AA45;
}
</style>
border-color css
<style>
span { border-color: #93AA45; }
span { border-color: rgb(147,170,69); }
td.TdClassName
{
border-color: #93AA45;
}
.TagClassName
{
border-color: #93AA45;
}
</style>