Shades of Citrus #ADAE01
Tints of Citrus #ADAE01
RGB
CMYK
RGB Variations
Color information
#ADAE01 (or 0xADAE01) is known color: Citrus. HEX triplet: AD, AE and 01. RGB value is (173,174,1). Sum of RGB (Red+Green+Blue) = 173+174+1=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE01 is #5251FE. Grayscale: #9A9A9A. Windows color (decimal): -5394943 or 110253. OLE color: 110253.
HSL color Cylindrical-coordinate representation of color #ADAE01: hue angle of 60.35º degrees, saturation: 0.99, 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 #ADAE01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.32 |
| HSL | 60.35º | 0.99% | 0.34% | - |
| HSV(B) | 60.35º | 0.99% | 0.68% | - |
| XYZ | 32.38 | 39.16 | 5.88 | - |
| YUV | 153.98 | 41.67 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 1 | 0.01 | 0 | 0.99 | 0.32 | 60.35 | 0.99 | 0.34 |
| Hex | AD | AE | 1 | 1 | 0 | 63 | 20 | 3C | 63 | 22 |
| Octal | 255 | 256 | 1 | 1 | 0 | 143 | 40 | 74 | 143 | 42 |
| Binary | 10101101 | 10101110 | 1 | 1 | 0 | 1100011 | 100000 | 111100 | 1100011 | 100010 |
Color Harmonies of #ADAE01
Complementary color
Monochromatic Colors of #ADAE01
Black with #ADAE01
Text Example
Text Example
White with #ADAE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE01; }
p { color: rgb(173,174,1); }
H1.HeaderClassName
{
color: #ADAE01;
}
.AnyTagClassName
{
color: #ADAE01;
}
</style>
background-color css
<style>
a { background-color: #ADAE01; }
a { background-color: rgb(173,174,1); }
div.DivClassName
{
background-color: #ADAE01;
}
.BgClassName
{
background-color: #ADAE01;
}
</style>
border-color css
<style>
span { border-color: #ADAE01; }
span { border-color: rgb(173,174,1); }
td.TdClassName
{
border-color: #ADAE01;
}
.TagClassName
{
border-color: #ADAE01;
}
</style>