Shades of Citron #99A817
Tints of Citron #99A817
RGB
CMYK
RGB Variations
Color information
#99A817 (or 0x99A817) is known color: Citron. HEX triplet: 99, A8 and 17. RGB value is (153,168,23). Sum of RGB (Red+Green+Blue) = 153+168+23=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 168 - color contains mainly: green. Hex color #99A817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A817 is #6657E8. Grayscale: #939393. Windows color (decimal): -6707177 or 1550489. OLE color: 1550489.
HSL color Cylindrical-coordinate representation of color #99A817: hue angle of 66.21º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99A817 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 23 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.34 |
| HSL | 66.21º | 0.76% | 0.37% | - |
| HSV(B) | 66.21º | 0.86% | 0.66% | - |
| XYZ | 27.29 | 34.84 | 6.1 | - |
| YUV | 146.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 23 | 0.09 | 0 | 0.86 | 0.34 | 66.21 | 0.76 | 0.37 |
| Hex | 99 | A8 | 17 | 9 | 0 | 56 | 22 | 42 | 4C | 25 |
| Octal | 231 | 250 | 27 | 11 | 0 | 126 | 42 | 102 | 114 | 45 |
| Binary | 10011001 | 10101000 | 10111 | 1001 | 0 | 1010110 | 100010 | 1000010 | 1001100 | 100101 |
Color Harmonies of #99A817
Complementary color
Monochromatic Colors of #99A817
Black with #99A817
Text Example
Text Example
White with #99A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A817; }
p { color: rgb(153,168,23); }
H1.HeaderClassName
{
color: #99A817;
}
.AnyTagClassName
{
color: #99A817;
}
</style>
background-color css
<style>
a { background-color: #99A817; }
a { background-color: rgb(153,168,23); }
div.DivClassName
{
background-color: #99A817;
}
.BgClassName
{
background-color: #99A817;
}
</style>
border-color css
<style>
span { border-color: #99A817; }
span { border-color: rgb(153,168,23); }
td.TdClassName
{
border-color: #99A817;
}
.TagClassName
{
border-color: #99A817;
}
</style>