Shades of Citrus #91AC0D
Tints of Citrus #91AC0D
RGB
CMYK
RGB Variations
Color information
#91AC0D (or 0x91AC0D) is known color: Citrus. HEX triplet: 91, AC and 0D. RGB value is (145,172,13). Sum of RGB (Red+Green+Blue) = 145+172+13=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91AC0D is #6E53F2. Grayscale: #929292. Windows color (decimal): -7230451 or 896145. OLE color: 896145.
HSL color Cylindrical-coordinate representation of color #91AC0D: hue angle of 70.19º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91AC0D is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 13 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.33 |
| HSL | 70.19º | 0.86% | 0.36% | - |
| HSV(B) | 70.19º | 0.92% | 0.67% | - |
| XYZ | 26.5 | 35.55 | 5.85 | - |
| YUV | 145.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 13 | 0.16 | 0 | 0.92 | 0.33 | 70.19 | 0.86 | 0.36 |
| Hex | 91 | AC | D | 10 | 0 | 5C | 21 | 46 | 56 | 24 |
| Octal | 221 | 254 | 15 | 20 | 0 | 134 | 41 | 106 | 126 | 44 |
| Binary | 10010001 | 10101100 | 1101 | 10000 | 0 | 1011100 | 100001 | 1000110 | 1010110 | 100100 |
Color Harmonies of #91AC0D
Complementary color
Monochromatic Colors of #91AC0D
Black with #91AC0D
Text Example
Text Example
White with #91AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC0D; }
p { color: rgb(145,172,13); }
H1.HeaderClassName
{
color: #91AC0D;
}
.AnyTagClassName
{
color: #91AC0D;
}
</style>
background-color css
<style>
a { background-color: #91AC0D; }
a { background-color: rgb(145,172,13); }
div.DivClassName
{
background-color: #91AC0D;
}
.BgClassName
{
background-color: #91AC0D;
}
</style>
border-color css
<style>
span { border-color: #91AC0D; }
span { border-color: rgb(145,172,13); }
td.TdClassName
{
border-color: #91AC0D;
}
.TagClassName
{
border-color: #91AC0D;
}
</style>