Shades of Chelsea Cucumber #93C15A
Tints of Chelsea Cucumber #93C15A
RGB
CMYK
RGB Variations
Color information
#93C15A (or 0x93C15A) is known color: Chelsea Cucumber. HEX triplet: 93, C1 and 5A. RGB value is (147,193,90). Sum of RGB (Red+Green+Blue) = 147+193+90=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #93C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C15A is #6C3EA5. Grayscale: #A7A7A7. Windows color (decimal): -7093926 or 5947795. OLE color: 5947795.
HSL color Cylindrical-coordinate representation of color #93C15A: hue angle of 86.8º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93C15A is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 90 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.24 |
| HSL | 86.8º | 0.45% | 0.55% | - |
| HSV(B) | 86.8º | 0.53% | 0.76% | - |
| XYZ | 32.95 | 45.08 | 16.64 | - |
| YUV | 167.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 90 | 0.24 | 0 | 0.53 | 0.24 | 86.8 | 0.45 | 0.55 |
| Hex | 93 | C1 | 5A | 18 | 0 | 35 | 18 | 57 | 2D | 37 |
| Octal | 223 | 301 | 132 | 30 | 0 | 65 | 30 | 127 | 55 | 67 |
| Binary | 10010011 | 11000001 | 1011010 | 11000 | 0 | 110101 | 11000 | 1010111 | 101101 | 110111 |
Color Harmonies of #93C15A
Complementary color
Monochromatic Colors of #93C15A
Black with #93C15A
Text Example
Text Example
White with #93C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C15A; }
p { color: rgb(147,193,90); }
H1.HeaderClassName
{
color: #93C15A;
}
.AnyTagClassName
{
color: #93C15A;
}
</style>
background-color css
<style>
a { background-color: #93C15A; }
a { background-color: rgb(147,193,90); }
div.DivClassName
{
background-color: #93C15A;
}
.BgClassName
{
background-color: #93C15A;
}
</style>
border-color css
<style>
span { border-color: #93C15A; }
span { border-color: rgb(147,193,90); }
td.TdClassName
{
border-color: #93C15A;
}
.TagClassName
{
border-color: #93C15A;
}
</style>