Shades of Citrus #ADAE0D
Tints of Citrus #ADAE0D
RGB
CMYK
RGB Variations
Color information
#ADAE0D (or 0xADAE0D) is known color: Citrus. HEX triplet: AD, AE and 0D. RGB value is (173,174,13). Sum of RGB (Red+Green+Blue) = 173+174+13=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE0D is #5251F2. Grayscale: #9B9B9B. Windows color (decimal): -5394931 or 896685. OLE color: 896685.
HSL color Cylindrical-coordinate representation of color #ADAE0D: hue angle of 60.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADAE0D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 13 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.32 |
| HSL | 60.37º | 0.86% | 0.37% | - |
| HSV(B) | 60.37º | 0.93% | 0.68% | - |
| XYZ | 32.44 | 39.19 | 6.23 | - |
| YUV | 155.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 13 | 0.01 | 0 | 0.93 | 0.32 | 60.37 | 0.86 | 0.37 |
| Hex | AD | AE | D | 1 | 0 | 5D | 20 | 3C | 56 | 25 |
| Octal | 255 | 256 | 15 | 1 | 0 | 135 | 40 | 74 | 126 | 45 |
| Binary | 10101101 | 10101110 | 1101 | 1 | 0 | 1011101 | 100000 | 111100 | 1010110 | 100101 |
Color Harmonies of #ADAE0D
Complementary color
Monochromatic Colors of #ADAE0D
Black with #ADAE0D
Text Example
Text Example
White with #ADAE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE0D; }
p { color: rgb(173,174,13); }
H1.HeaderClassName
{
color: #ADAE0D;
}
.AnyTagClassName
{
color: #ADAE0D;
}
</style>
background-color css
<style>
a { background-color: #ADAE0D; }
a { background-color: rgb(173,174,13); }
div.DivClassName
{
background-color: #ADAE0D;
}
.BgClassName
{
background-color: #ADAE0D;
}
</style>
border-color css
<style>
span { border-color: #ADAE0D; }
span { border-color: rgb(173,174,13); }
td.TdClassName
{
border-color: #ADAE0D;
}
.TagClassName
{
border-color: #ADAE0D;
}
</style>