Shades of Citrus #ADAA02
Tints of Citrus #ADAA02
RGB
CMYK
RGB Variations
Color information
#ADAA02 (or 0xADAA02) is known color: Citrus. HEX triplet: AD, AA and 02. RGB value is (173,170,2). Sum of RGB (Red+Green+Blue) = 173+170+2=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA02 is #5255FD. Grayscale: #989898. Windows color (decimal): -5395966 or 174765. OLE color: 174765.
HSL color Cylindrical-coordinate representation of color #ADAA02: hue angle of 58.95º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADAA02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.32 |
| HSL | 58.95º | 0.98% | 0.34% | - |
| HSV(B) | 58.95º | 0.99% | 0.68% | - |
| XYZ | 31.62 | 37.64 | 5.66 | - |
| YUV | 151.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 2 | 0 | 0.02 | 0.99 | 0.32 | 58.95 | 0.98 | 0.34 |
| Hex | AD | AA | 2 | 0 | 2 | 63 | 20 | 3B | 62 | 22 |
| Octal | 255 | 252 | 2 | 0 | 2 | 143 | 40 | 73 | 142 | 42 |
| Binary | 10101101 | 10101010 | 10 | 0 | 10 | 1100011 | 100000 | 111011 | 1100010 | 100010 |
Color Harmonies of #ADAA02
Complementary color
Monochromatic Colors of #ADAA02
Black with #ADAA02
Text Example
Text Example
White with #ADAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA02; }
p { color: rgb(173,170,2); }
H1.HeaderClassName
{
color: #ADAA02;
}
.AnyTagClassName
{
color: #ADAA02;
}
</style>
background-color css
<style>
a { background-color: #ADAA02; }
a { background-color: rgb(173,170,2); }
div.DivClassName
{
background-color: #ADAA02;
}
.BgClassName
{
background-color: #ADAA02;
}
</style>
border-color css
<style>
span { border-color: #ADAA02; }
span { border-color: rgb(173,170,2); }
td.TdClassName
{
border-color: #ADAA02;
}
.TagClassName
{
border-color: #ADAA02;
}
</style>