Shades of Citrus #93A80A
Tints of Citrus #93A80A
RGB
CMYK
RGB Variations
Color information
#93A80A (or 0x93A80A) is known color: Citrus. HEX triplet: 93, A8 and 0A. RGB value is (147,168,10). Sum of RGB (Red+Green+Blue) = 147+168+10=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #93A80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A80A is #6C57F5. Grayscale: #909090. Windows color (decimal): -7100406 or 698515. OLE color: 698515.
HSL color Cylindrical-coordinate representation of color #93A80A: hue angle of 67.97º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93A80A is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 168 | 10 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.34 |
| HSL | 67.97º | 0.89% | 0.35% | - |
| HSV(B) | 67.97º | 0.94% | 0.66% | - |
| XYZ | 26.09 | 34.23 | 5.52 | - |
| YUV | 143.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 10 | 0.13 | 0 | 0.94 | 0.34 | 67.97 | 0.89 | 0.35 |
| Hex | 93 | A8 | A | D | 0 | 5E | 22 | 44 | 59 | 23 |
| Octal | 223 | 250 | 12 | 15 | 0 | 136 | 42 | 104 | 131 | 43 |
| Binary | 10010011 | 10101000 | 1010 | 1101 | 0 | 1011110 | 100010 | 1000100 | 1011001 | 100011 |
Color Harmonies of #93A80A
Complementary color
Monochromatic Colors of #93A80A
Black with #93A80A
Text Example
Text Example
White with #93A80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A80A; }
p { color: rgb(147,168,10); }
H1.HeaderClassName
{
color: #93A80A;
}
.AnyTagClassName
{
color: #93A80A;
}
</style>
background-color css
<style>
a { background-color: #93A80A; }
a { background-color: rgb(147,168,10); }
div.DivClassName
{
background-color: #93A80A;
}
.BgClassName
{
background-color: #93A80A;
}
</style>
border-color css
<style>
span { border-color: #93A80A; }
span { border-color: rgb(147,168,10); }
td.TdClassName
{
border-color: #93A80A;
}
.TagClassName
{
border-color: #93A80A;
}
</style>