Shades of Citrus #99AD15
Tints of Citrus #99AD15
RGB
CMYK
RGB Variations
Color information
#99AD15 (or 0x99AD15) is known color: Citrus. HEX triplet: 99, AD and 15. RGB value is (153,173,21). Sum of RGB (Red+Green+Blue) = 153+173+21=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AD15 is #6652EA. Grayscale: #969696. Windows color (decimal): -6705899 or 1420697. OLE color: 1420697.
HSL color Cylindrical-coordinate representation of color #99AD15: hue angle of 67.89º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99AD15 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 21 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.32 |
| HSL | 67.89º | 0.78% | 0.38% | - |
| HSV(B) | 67.89º | 0.88% | 0.68% | - |
| XYZ | 28.22 | 36.71 | 6.31 | - |
| YUV | 149.69 | 55.37 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 21 | 0.12 | 0 | 0.88 | 0.32 | 67.89 | 0.78 | 0.38 |
| Hex | 99 | AD | 15 | C | 0 | 58 | 20 | 44 | 4E | 26 |
| Octal | 231 | 255 | 25 | 14 | 0 | 130 | 40 | 104 | 116 | 46 |
| Binary | 10011001 | 10101101 | 10101 | 1100 | 0 | 1011000 | 100000 | 1000100 | 1001110 | 100110 |
Color Harmonies of #99AD15
Complementary color
Monochromatic Colors of #99AD15
Black with #99AD15
Text Example
Text Example
White with #99AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD15; }
p { color: rgb(153,173,21); }
H1.HeaderClassName
{
color: #99AD15;
}
.AnyTagClassName
{
color: #99AD15;
}
</style>
background-color css
<style>
a { background-color: #99AD15; }
a { background-color: rgb(153,173,21); }
div.DivClassName
{
background-color: #99AD15;
}
.BgClassName
{
background-color: #99AD15;
}
</style>
border-color css
<style>
span { border-color: #99AD15; }
span { border-color: rgb(153,173,21); }
td.TdClassName
{
border-color: #99AD15;
}
.TagClassName
{
border-color: #99AD15;
}
</style>