Shades of Citron #93A024
Tints of Citron #93A024
RGB
CMYK
RGB Variations
Color information
#93A024 (or 0x93A024) is known color: Citron. HEX triplet: 93, A0 and 24. RGB value is (147,160,36). Sum of RGB (Red+Green+Blue) = 147+160+36=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #93A024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A024 is #6C5FDB. Grayscale: #8E8E8E. Windows color (decimal): -7102428 or 2400403. OLE color: 2400403.
HSL color Cylindrical-coordinate representation of color #93A024: hue angle of 66.29º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93A024 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 36 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.37 |
| HSL | 66.29º | 0.63% | 0.38% | - |
| HSV(B) | 66.29º | 0.78% | 0.63% | - |
| XYZ | 24.92 | 31.47 | 6.43 | - |
| YUV | 141.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 36 | 0.08 | 0 | 0.78 | 0.37 | 66.29 | 0.63 | 0.38 |
| Hex | 93 | A0 | 24 | 8 | 0 | 4E | 25 | 42 | 3F | 26 |
| Octal | 223 | 240 | 44 | 10 | 0 | 116 | 45 | 102 | 77 | 46 |
| Binary | 10010011 | 10100000 | 100100 | 1000 | 0 | 1001110 | 100101 | 1000010 | 111111 | 100110 |
Color Harmonies of #93A024
Complementary color
Monochromatic Colors of #93A024
Black with #93A024
Text Example
Text Example
White with #93A024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A024; }
p { color: rgb(147,160,36); }
H1.HeaderClassName
{
color: #93A024;
}
.AnyTagClassName
{
color: #93A024;
}
</style>
background-color css
<style>
a { background-color: #93A024; }
a { background-color: rgb(147,160,36); }
div.DivClassName
{
background-color: #93A024;
}
.BgClassName
{
background-color: #93A024;
}
</style>
border-color css
<style>
span { border-color: #93A024; }
span { border-color: rgb(147,160,36); }
td.TdClassName
{
border-color: #93A024;
}
.TagClassName
{
border-color: #93A024;
}
</style>