Shades of Citrus #99AD05
Tints of Citrus #99AD05
RGB
CMYK
RGB Variations
Color information
#99AD05 (or 0x99AD05) is known color: Citrus. HEX triplet: 99, AD and 05. RGB value is (153,173,5). Sum of RGB (Red+Green+Blue) = 153+173+5=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AD05 is #6652FA. Grayscale: #949494. Windows color (decimal): -6705915 or 372121. OLE color: 372121.
HSL color Cylindrical-coordinate representation of color #99AD05: hue angle of 67.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99AD05 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.32 |
| HSL | 67.14º | 0.94% | 0.35% | - |
| HSV(B) | 67.14º | 0.97% | 0.68% | - |
| XYZ | 28.11 | 36.67 | 5.74 | - |
| YUV | 147.87 | 47.37 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 5 | 0.12 | 0 | 0.97 | 0.32 | 67.14 | 0.94 | 0.35 |
| Hex | 99 | AD | 5 | C | 0 | 61 | 20 | 43 | 5E | 23 |
| Octal | 231 | 255 | 5 | 14 | 0 | 141 | 40 | 103 | 136 | 43 |
| Binary | 10011001 | 10101101 | 101 | 1100 | 0 | 1100001 | 100000 | 1000011 | 1011110 | 100011 |
Color Harmonies of #99AD05
Complementary color
Monochromatic Colors of #99AD05
Black with #99AD05
Text Example
Text Example
White with #99AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD05; }
p { color: rgb(153,173,5); }
H1.HeaderClassName
{
color: #99AD05;
}
.AnyTagClassName
{
color: #99AD05;
}
</style>
background-color css
<style>
a { background-color: #99AD05; }
a { background-color: rgb(153,173,5); }
div.DivClassName
{
background-color: #99AD05;
}
.BgClassName
{
background-color: #99AD05;
}
</style>
border-color css
<style>
span { border-color: #99AD05; }
span { border-color: rgb(153,173,5); }
td.TdClassName
{
border-color: #99AD05;
}
.TagClassName
{
border-color: #99AD05;
}
</style>