Shades of Citron #99A014
Tints of Citron #99A014
RGB
CMYK
RGB Variations
Color information
#99A014 (or 0x99A014) is known color: Citron. HEX triplet: 99, A0 and 14. RGB value is (153,160,20). Sum of RGB (Red+Green+Blue) = 153+160+20=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #99A014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A014 is #665FEB. Grayscale: #8E8E8E. Windows color (decimal): -6709228 or 1351833. OLE color: 1351833.
HSL color Cylindrical-coordinate representation of color #99A014: hue angle of 63º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99A014 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 20 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.37 |
| HSL | 63º | 0.78% | 0.35% | - |
| HSV(B) | 63º | 0.88% | 0.63% | - |
| XYZ | 25.83 | 31.96 | 5.47 | - |
| YUV | 141.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 20 | 0.04 | 0 | 0.88 | 0.37 | 63 | 0.78 | 0.35 |
| Hex | 99 | A0 | 14 | 4 | 0 | 58 | 25 | 3F | 4E | 23 |
| Octal | 231 | 240 | 24 | 4 | 0 | 130 | 45 | 77 | 116 | 43 |
| Binary | 10011001 | 10100000 | 10100 | 100 | 0 | 1011000 | 100101 | 111111 | 1001110 | 100011 |
Color Harmonies of #99A014
Complementary color
Monochromatic Colors of #99A014
Black with #99A014
Text Example
Text Example
White with #99A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A014; }
p { color: rgb(153,160,20); }
H1.HeaderClassName
{
color: #99A014;
}
.AnyTagClassName
{
color: #99A014;
}
</style>
background-color css
<style>
a { background-color: #99A014; }
a { background-color: rgb(153,160,20); }
div.DivClassName
{
background-color: #99A014;
}
.BgClassName
{
background-color: #99A014;
}
</style>
border-color css
<style>
span { border-color: #99A014; }
span { border-color: rgb(153,160,20); }
td.TdClassName
{
border-color: #99A014;
}
.TagClassName
{
border-color: #99A014;
}
</style>