Shades of Citrus #93A300
Tints of Citrus #93A300
RGB
CMYK
RGB Variations
Color information
#93A300 (or 0x93A300) is known color: Citrus. HEX triplet: 93, A3 and 00. RGB value is (147,163,0). Sum of RGB (Red+Green+Blue) = 147+163+0=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #93A300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A300 is #6C5CFF. Grayscale: #8C8C8C. Windows color (decimal): -7101696 or 41875. OLE color: 41875.
HSL color Cylindrical-coordinate representation of color #93A300: hue angle of 65.89º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93A300 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.36 |
| HSL | 65.89º | 1% | 0.32% | - |
| HSV(B) | 65.89º | 1% | 0.64% | - |
| XYZ | 25.13 | 32.4 | 4.93 | - |
| YUV | 139.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 0 | 0.10 | 0 | 1 | 0.36 | 65.89 | 1 | 0.32 |
| Hex | 93 | A3 | 0 | A | 0 | 64 | 24 | 42 | 64 | 20 |
| Octal | 223 | 243 | 0 | 12 | 0 | 144 | 44 | 102 | 144 | 40 |
| Binary | 10010011 | 10100011 | 0 | 1010 | 0 | 1100100 | 100100 | 1000010 | 1100100 | 100000 |
Color Harmonies of #93A300
Complementary color
Monochromatic Colors of #93A300
Black with #93A300
Text Example
Text Example
White with #93A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A300; }
p { color: rgb(147,163,0); }
H1.HeaderClassName
{
color: #93A300;
}
.AnyTagClassName
{
color: #93A300;
}
</style>
background-color css
<style>
a { background-color: #93A300; }
a { background-color: rgb(147,163,0); }
div.DivClassName
{
background-color: #93A300;
}
.BgClassName
{
background-color: #93A300;
}
</style>
border-color css
<style>
span { border-color: #93A300; }
span { border-color: rgb(147,163,0); }
td.TdClassName
{
border-color: #93A300;
}
.TagClassName
{
border-color: #93A300;
}
</style>