Shades of Citrus #93C209
Tints of Citrus #93C209
RGB
CMYK
RGB Variations
Color information
#93C209 (or 0x93C209) is known color: Citrus. HEX triplet: 93, C2 and 09. RGB value is (147,194,9). Sum of RGB (Red+Green+Blue) = 147+194+9=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #93C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C209 is #6C3DF6. Grayscale: #9F9F9F. Windows color (decimal): -7093751 or 639635. OLE color: 639635.
HSL color Cylindrical-coordinate representation of color #93C209: hue angle of 75.24º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93C209 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 9 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.24 |
| HSL | 75.24º | 0.91% | 0.4% | - |
| HSV(B) | 75.24º | 0.95% | 0.76% | - |
| XYZ | 31.37 | 44.81 | 7.25 | - |
| YUV | 158.86 | 43.43 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 9 | 0.24 | 0 | 0.95 | 0.24 | 75.24 | 0.91 | 0.4 |
| Hex | 93 | C2 | 9 | 18 | 0 | 5F | 18 | 4B | 5B | 28 |
| Octal | 223 | 302 | 11 | 30 | 0 | 137 | 30 | 113 | 133 | 50 |
| Binary | 10010011 | 11000010 | 1001 | 11000 | 0 | 1011111 | 11000 | 1001011 | 1011011 | 101000 |
Color Harmonies of #93C209
Complementary color
Monochromatic Colors of #93C209
Black with #93C209
Text Example
Text Example
White with #93C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C209; }
p { color: rgb(147,194,9); }
H1.HeaderClassName
{
color: #93C209;
}
.AnyTagClassName
{
color: #93C209;
}
</style>
background-color css
<style>
a { background-color: #93C209; }
a { background-color: rgb(147,194,9); }
div.DivClassName
{
background-color: #93C209;
}
.BgClassName
{
background-color: #93C209;
}
</style>
border-color css
<style>
span { border-color: #93C209; }
span { border-color: rgb(147,194,9); }
td.TdClassName
{
border-color: #93C209;
}
.TagClassName
{
border-color: #93C209;
}
</style>