Shades of Citrus #ADAE04
Tints of Citrus #ADAE04
RGB
CMYK
RGB Variations
Color information
#ADAE04 (or 0xADAE04) is known color: Citrus. HEX triplet: AD, AE and 04. RGB value is (173,174,4). Sum of RGB (Red+Green+Blue) = 173+174+4=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE04 is #5251FB. Grayscale: #9B9B9B. Windows color (decimal): -5394940 or 306861. OLE color: 306861.
HSL color Cylindrical-coordinate representation of color #ADAE04: hue angle of 60.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADAE04 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.32 |
| HSL | 60.35º | 0.96% | 0.35% | - |
| HSV(B) | 60.35º | 0.98% | 0.68% | - |
| XYZ | 32.39 | 39.17 | 5.97 | - |
| YUV | 154.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 4 | 0.01 | 0 | 0.98 | 0.32 | 60.35 | 0.96 | 0.35 |
| Hex | AD | AE | 4 | 1 | 0 | 62 | 20 | 3C | 60 | 23 |
| Octal | 255 | 256 | 4 | 1 | 0 | 142 | 40 | 74 | 140 | 43 |
| Binary | 10101101 | 10101110 | 100 | 1 | 0 | 1100010 | 100000 | 111100 | 1100000 | 100011 |
Color Harmonies of #ADAE04
Complementary color
Monochromatic Colors of #ADAE04
Black with #ADAE04
Text Example
Text Example
White with #ADAE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE04; }
p { color: rgb(173,174,4); }
H1.HeaderClassName
{
color: #ADAE04;
}
.AnyTagClassName
{
color: #ADAE04;
}
</style>
background-color css
<style>
a { background-color: #ADAE04; }
a { background-color: rgb(173,174,4); }
div.DivClassName
{
background-color: #ADAE04;
}
.BgClassName
{
background-color: #ADAE04;
}
</style>
border-color css
<style>
span { border-color: #ADAE04; }
span { border-color: rgb(173,174,4); }
td.TdClassName
{
border-color: #ADAE04;
}
.TagClassName
{
border-color: #ADAE04;
}
</style>