Shades of Citrus #ADAE00
Tints of Citrus #ADAE00
RGB
CMYK
RGB Variations
Color information
#ADAE00 (or 0xADAE00) is known color: Citrus. HEX triplet: AD, AE and 00. RGB value is (173,174,0). Sum of RGB (Red+Green+Blue) = 173+174+0=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE00 is #5251FF. Grayscale: #9A9A9A. Windows color (decimal): -5394944 or 44717. OLE color: 44717.
HSL color Cylindrical-coordinate representation of color #ADAE00: hue angle of 60.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADAE00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.32 |
| HSL | 60.34º | 1% | 0.34% | - |
| HSV(B) | 60.34º | 1% | 0.68% | - |
| XYZ | 32.37 | 39.16 | 5.85 | - |
| YUV | 153.87 | 41.17 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 0 | 0.01 | 0 | 1 | 0.32 | 60.34 | 1 | 0.34 |
| Hex | AD | AE | 0 | 1 | 0 | 64 | 20 | 3C | 64 | 22 |
| Octal | 255 | 256 | 0 | 1 | 0 | 144 | 40 | 74 | 144 | 42 |
| Binary | 10101101 | 10101110 | 0 | 1 | 0 | 1100100 | 100000 | 111100 | 1100100 | 100010 |
Color Harmonies of #ADAE00
Complementary color
Monochromatic Colors of #ADAE00
Black with #ADAE00
Text Example
Text Example
White with #ADAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE00; }
p { color: rgb(173,174,0); }
H1.HeaderClassName
{
color: #ADAE00;
}
.AnyTagClassName
{
color: #ADAE00;
}
</style>
background-color css
<style>
a { background-color: #ADAE00; }
a { background-color: rgb(173,174,0); }
div.DivClassName
{
background-color: #ADAE00;
}
.BgClassName
{
background-color: #ADAE00;
}
</style>
border-color css
<style>
span { border-color: #ADAE00; }
span { border-color: rgb(173,174,0); }
td.TdClassName
{
border-color: #ADAE00;
}
.TagClassName
{
border-color: #ADAE00;
}
</style>