Shades of Citrus #99AD19
Tints of Citrus #99AD19
RGB
CMYK
RGB Variations
Color information
#99AD19 (or 0x99AD19) is known color: Citrus. HEX triplet: 99, AD and 19. RGB value is (153,173,25). Sum of RGB (Red+Green+Blue) = 153+173+25=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AD19 is #6652E6. Grayscale: #969696. Windows color (decimal): -6705895 or 1682841. OLE color: 1682841.
HSL color Cylindrical-coordinate representation of color #99AD19: hue angle of 68.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99AD19 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 25 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.32 |
| HSL | 68.11º | 0.75% | 0.39% | - |
| HSV(B) | 68.11º | 0.86% | 0.68% | - |
| XYZ | 28.26 | 36.73 | 6.52 | - |
| YUV | 150.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 25 | 0.12 | 0 | 0.86 | 0.32 | 68.11 | 0.75 | 0.39 |
| Hex | 99 | AD | 19 | C | 0 | 56 | 20 | 44 | 4B | 27 |
| Octal | 231 | 255 | 31 | 14 | 0 | 126 | 40 | 104 | 113 | 47 |
| Binary | 10011001 | 10101101 | 11001 | 1100 | 0 | 1010110 | 100000 | 1000100 | 1001011 | 100111 |
Color Harmonies of #99AD19
Complementary color
Monochromatic Colors of #99AD19
Black with #99AD19
Text Example
Text Example
White with #99AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD19; }
p { color: rgb(153,173,25); }
H1.HeaderClassName
{
color: #99AD19;
}
.AnyTagClassName
{
color: #99AD19;
}
</style>
background-color css
<style>
a { background-color: #99AD19; }
a { background-color: rgb(153,173,25); }
div.DivClassName
{
background-color: #99AD19;
}
.BgClassName
{
background-color: #99AD19;
}
</style>
border-color css
<style>
span { border-color: #99AD19; }
span { border-color: rgb(153,173,25); }
td.TdClassName
{
border-color: #99AD19;
}
.TagClassName
{
border-color: #99AD19;
}
</style>