Shades of Citrus #A4AD02
Tints of Citrus #A4AD02
RGB
CMYK
RGB Variations
Color information
#A4AD02 (or 0xA4AD02) is known color: Citrus. HEX triplet: A4, AD and 02. RGB value is (164,173,2). Sum of RGB (Red+Green+Blue) = 164+173+2=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AD02 is #5B52FD. Grayscale: #979797. Windows color (decimal): -5985022 or 175524. OLE color: 175524.
HSL color Cylindrical-coordinate representation of color #A4AD02: hue angle of 63.16º degrees, saturation: 0.98, 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 #A4AD02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 173 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.32 |
| HSL | 63.16º | 0.98% | 0.34% | - |
| HSV(B) | 63.16º | 0.99% | 0.68% | - |
| XYZ | 30.26 | 37.78 | 5.76 | - |
| YUV | 150.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 2 | 0.05 | 0 | 0.99 | 0.32 | 63.16 | 0.98 | 0.34 |
| Hex | A4 | AD | 2 | 5 | 0 | 63 | 20 | 3F | 62 | 22 |
| Octal | 244 | 255 | 2 | 5 | 0 | 143 | 40 | 77 | 142 | 42 |
| Binary | 10100100 | 10101101 | 10 | 101 | 0 | 1100011 | 100000 | 111111 | 1100010 | 100010 |
Color Harmonies of #A4AD02
Complementary color
Monochromatic Colors of #A4AD02
Black with #A4AD02
Text Example
Text Example
White with #A4AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AD02; }
p { color: rgb(164,173,2); }
H1.HeaderClassName
{
color: #A4AD02;
}
.AnyTagClassName
{
color: #A4AD02;
}
</style>
background-color css
<style>
a { background-color: #A4AD02; }
a { background-color: rgb(164,173,2); }
div.DivClassName
{
background-color: #A4AD02;
}
.BgClassName
{
background-color: #A4AD02;
}
</style>
border-color css
<style>
span { border-color: #A4AD02; }
span { border-color: rgb(164,173,2); }
td.TdClassName
{
border-color: #A4AD02;
}
.TagClassName
{
border-color: #A4AD02;
}
</style>