Shades of Citron #93A81A
Tints of Citron #93A81A
RGB
CMYK
RGB Variations
Color information
#93A81A (or 0x93A81A) is known color: Citron. HEX triplet: 93, A8 and 1A. RGB value is (147,168,26). Sum of RGB (Red+Green+Blue) = 147+168+26=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #93A81A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A81A is #6C57E5. Grayscale: #929292. Windows color (decimal): -7100390 or 1747091. OLE color: 1747091.
HSL color Cylindrical-coordinate representation of color #93A81A: hue angle of 68.87º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93A81A is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 168 | 26 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.34 |
| HSL | 68.87º | 0.73% | 0.38% | - |
| HSV(B) | 68.87º | 0.85% | 0.66% | - |
| XYZ | 26.22 | 34.28 | 6.21 | - |
| YUV | 145.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 26 | 0.13 | 0 | 0.85 | 0.34 | 68.87 | 0.73 | 0.38 |
| Hex | 93 | A8 | 1A | D | 0 | 55 | 22 | 45 | 49 | 26 |
| Octal | 223 | 250 | 32 | 15 | 0 | 125 | 42 | 105 | 111 | 46 |
| Binary | 10010011 | 10101000 | 11010 | 1101 | 0 | 1010101 | 100010 | 1000101 | 1001001 | 100110 |
Color Harmonies of #93A81A
Complementary color
Monochromatic Colors of #93A81A
Black with #93A81A
Text Example
Text Example
White with #93A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A81A; }
p { color: rgb(147,168,26); }
H1.HeaderClassName
{
color: #93A81A;
}
.AnyTagClassName
{
color: #93A81A;
}
</style>
background-color css
<style>
a { background-color: #93A81A; }
a { background-color: rgb(147,168,26); }
div.DivClassName
{
background-color: #93A81A;
}
.BgClassName
{
background-color: #93A81A;
}
</style>
border-color css
<style>
span { border-color: #93A81A; }
span { border-color: rgb(147,168,26); }
td.TdClassName
{
border-color: #93A81A;
}
.TagClassName
{
border-color: #93A81A;
}
</style>