Shades of Citrus #ADAE12
Tints of Citrus #ADAE12
RGB
CMYK
RGB Variations
Color information
#ADAE12 (or 0xADAE12) is known color: Citrus. HEX triplet: AD, AE and 12. RGB value is (173,174,18). Sum of RGB (Red+Green+Blue) = 173+174+18=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE12 is #5251ED. Grayscale: #9C9C9C. Windows color (decimal): -5394926 or 1224365. OLE color: 1224365.
HSL color Cylindrical-coordinate representation of color #ADAE12: hue angle of 60.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADAE12 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 18 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.32 |
| HSL | 60.38º | 0.81% | 0.38% | - |
| HSV(B) | 60.38º | 0.9% | 0.68% | - |
| XYZ | 32.48 | 39.2 | 6.43 | - |
| YUV | 155.92 | 50.17 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 18 | 0.01 | 0 | 0.90 | 0.32 | 60.38 | 0.81 | 0.38 |
| Hex | AD | AE | 12 | 1 | 0 | 5A | 20 | 3C | 51 | 26 |
| Octal | 255 | 256 | 22 | 1 | 0 | 132 | 40 | 74 | 121 | 46 |
| Binary | 10101101 | 10101110 | 10010 | 1 | 0 | 1011010 | 100000 | 111100 | 1010001 | 100110 |
Color Harmonies of #ADAE12
Complementary color
Monochromatic Colors of #ADAE12
Black with #ADAE12
Text Example
Text Example
White with #ADAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE12; }
p { color: rgb(173,174,18); }
H1.HeaderClassName
{
color: #ADAE12;
}
.AnyTagClassName
{
color: #ADAE12;
}
</style>
background-color css
<style>
a { background-color: #ADAE12; }
a { background-color: rgb(173,174,18); }
div.DivClassName
{
background-color: #ADAE12;
}
.BgClassName
{
background-color: #ADAE12;
}
</style>
border-color css
<style>
span { border-color: #ADAE12; }
span { border-color: rgb(173,174,18); }
td.TdClassName
{
border-color: #ADAE12;
}
.TagClassName
{
border-color: #ADAE12;
}
</style>