Shades of Citrus #ADB40C
Tints of Citrus #ADB40C
RGB
CMYK
RGB Variations
Color information
#ADB40C (or 0xADB40C) is known color: Citrus. HEX triplet: AD, B4 and 0C. RGB value is (173,180,12). Sum of RGB (Red+Green+Blue) = 173+180+12=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB40C is #524BF3. Grayscale: #9F9F9F. Windows color (decimal): -5393396 or 832685. OLE color: 832685.
HSL color Cylindrical-coordinate representation of color #ADB40C: hue angle of 62.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADB40C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 12 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.29 |
| HSL | 62.5º | 0.88% | 0.38% | - |
| HSV(B) | 62.5º | 0.93% | 0.71% | - |
| XYZ | 33.62 | 41.55 | 6.6 | - |
| YUV | 158.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 12 | 0.04 | 0 | 0.93 | 0.29 | 62.5 | 0.88 | 0.38 |
| Hex | AD | B4 | C | 4 | 0 | 5D | 1D | 3F | 58 | 26 |
| Octal | 255 | 264 | 14 | 4 | 0 | 135 | 35 | 77 | 130 | 46 |
| Binary | 10101101 | 10110100 | 1100 | 100 | 0 | 1011101 | 11101 | 111111 | 1011000 | 100110 |
Color Harmonies of #ADB40C
Complementary color
Monochromatic Colors of #ADB40C
Black with #ADB40C
Text Example
Text Example
White with #ADB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB40C; }
p { color: rgb(173,180,12); }
H1.HeaderClassName
{
color: #ADB40C;
}
.AnyTagClassName
{
color: #ADB40C;
}
</style>
background-color css
<style>
a { background-color: #ADB40C; }
a { background-color: rgb(173,180,12); }
div.DivClassName
{
background-color: #ADB40C;
}
.BgClassName
{
background-color: #ADB40C;
}
</style>
border-color css
<style>
span { border-color: #ADB40C; }
span { border-color: rgb(173,180,12); }
td.TdClassName
{
border-color: #ADB40C;
}
.TagClassName
{
border-color: #ADB40C;
}
</style>