Shades of Citrus #93AD13
Tints of Citrus #93AD13
RGB
CMYK
RGB Variations
Color information
#93AD13 (or 0x93AD13) is known color: Citrus. HEX triplet: 93, AD and 13. RGB value is (147,173,19). Sum of RGB (Red+Green+Blue) = 147+173+19=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AD13 is #6C52EC. Grayscale: #949494. Windows color (decimal): -7099117 or 1289619. OLE color: 1289619.
HSL color Cylindrical-coordinate representation of color #93AD13: hue angle of 70.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93AD13 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 19 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.32 |
| HSL | 70.13º | 0.8% | 0.38% | - |
| HSV(B) | 70.13º | 0.89% | 0.68% | - |
| XYZ | 27.09 | 36.14 | 6.16 | - |
| YUV | 147.67 | 55.39 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 19 | 0.15 | 0 | 0.89 | 0.32 | 70.13 | 0.8 | 0.38 |
| Hex | 93 | AD | 13 | F | 0 | 59 | 20 | 46 | 50 | 26 |
| Octal | 223 | 255 | 23 | 17 | 0 | 131 | 40 | 106 | 120 | 46 |
| Binary | 10010011 | 10101101 | 10011 | 1111 | 0 | 1011001 | 100000 | 1000110 | 1010000 | 100110 |
Color Harmonies of #93AD13
Complementary color
Monochromatic Colors of #93AD13
Black with #93AD13
Text Example
Text Example
White with #93AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AD13; }
p { color: rgb(147,173,19); }
H1.HeaderClassName
{
color: #93AD13;
}
.AnyTagClassName
{
color: #93AD13;
}
</style>
background-color css
<style>
a { background-color: #93AD13; }
a { background-color: rgb(147,173,19); }
div.DivClassName
{
background-color: #93AD13;
}
.BgClassName
{
background-color: #93AD13;
}
</style>
border-color css
<style>
span { border-color: #93AD13; }
span { border-color: rgb(147,173,19); }
td.TdClassName
{
border-color: #93AD13;
}
.TagClassName
{
border-color: #93AD13;
}
</style>