Shades of Citrus #ADC000
Tints of Citrus #ADC000
RGB
CMYK
RGB Variations
Color information
#ADC000 (or 0xADC000) is known color: Citrus. HEX triplet: AD, C0 and 00. RGB value is (173,192,0). Sum of RGB (Red+Green+Blue) = 173+192+0=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC000 is #523FFF. Grayscale: #A5A5A5. Windows color (decimal): -5390336 or 49325. OLE color: 49325.
HSL color Cylindrical-coordinate representation of color #ADC000: hue angle of 65.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADC000 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.25 |
| HSL | 65.94º | 1% | 0.38% | - |
| HSV(B) | 65.94º | 1% | 0.75% | - |
| XYZ | 36.08 | 46.58 | 7.09 | - |
| YUV | 164.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 0 | 0.10 | 0 | 1 | 0.25 | 65.94 | 1 | 0.38 |
| Hex | AD | C0 | 0 | A | 0 | 64 | 19 | 42 | 64 | 26 |
| Octal | 255 | 300 | 0 | 12 | 0 | 144 | 31 | 102 | 144 | 46 |
| Binary | 10101101 | 11000000 | 0 | 1010 | 0 | 1100100 | 11001 | 1000010 | 1100100 | 100110 |
Color Harmonies of #ADC000
Complementary color
Monochromatic Colors of #ADC000
Black with #ADC000
Text Example
Text Example
White with #ADC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC000; }
p { color: rgb(173,192,0); }
H1.HeaderClassName
{
color: #ADC000;
}
.AnyTagClassName
{
color: #ADC000;
}
</style>
background-color css
<style>
a { background-color: #ADC000; }
a { background-color: rgb(173,192,0); }
div.DivClassName
{
background-color: #ADC000;
}
.BgClassName
{
background-color: #ADC000;
}
</style>
border-color css
<style>
span { border-color: #ADC000; }
span { border-color: rgb(173,192,0); }
td.TdClassName
{
border-color: #ADC000;
}
.TagClassName
{
border-color: #ADC000;
}
</style>