Shades of Citron #93A42A
Tints of Citron #93A42A
RGB
CMYK
RGB Variations
Color information
#93A42A (or 0x93A42A) is known color: Citron. HEX triplet: 93, A4 and 2A. RGB value is (147,164,42). Sum of RGB (Red+Green+Blue) = 147+164+42=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #93A42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A42A is #6C5BD5. Grayscale: #919191. Windows color (decimal): -7101398 or 2794643. OLE color: 2794643.
HSL color Cylindrical-coordinate representation of color #93A42A: hue angle of 68.36º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93A42A is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 164 | 42 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.36 |
| HSL | 68.36º | 0.59% | 0.4% | - |
| HSV(B) | 68.36º | 0.74% | 0.64% | - |
| XYZ | 25.73 | 32.92 | 7.19 | - |
| YUV | 145.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 42 | 0.10 | 0 | 0.74 | 0.36 | 68.36 | 0.59 | 0.4 |
| Hex | 93 | A4 | 2A | A | 0 | 4A | 24 | 44 | 3B | 28 |
| Octal | 223 | 244 | 52 | 12 | 0 | 112 | 44 | 104 | 73 | 50 |
| Binary | 10010011 | 10100100 | 101010 | 1010 | 0 | 1001010 | 100100 | 1000100 | 111011 | 101000 |
Color Harmonies of #93A42A
Complementary color
Monochromatic Colors of #93A42A
Black with #93A42A
Text Example
Text Example
White with #93A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A42A; }
p { color: rgb(147,164,42); }
H1.HeaderClassName
{
color: #93A42A;
}
.AnyTagClassName
{
color: #93A42A;
}
</style>
background-color css
<style>
a { background-color: #93A42A; }
a { background-color: rgb(147,164,42); }
div.DivClassName
{
background-color: #93A42A;
}
.BgClassName
{
background-color: #93A42A;
}
</style>
border-color css
<style>
span { border-color: #93A42A; }
span { border-color: rgb(147,164,42); }
td.TdClassName
{
border-color: #93A42A;
}
.TagClassName
{
border-color: #93A42A;
}
</style>