Shades of Citrus #A8AD04
Tints of Citrus #A8AD04
RGB
CMYK
RGB Variations
Color information
#A8AD04 (or 0xA8AD04) is known color: Citrus. HEX triplet: A8, AD and 04. RGB value is (168,173,4). Sum of RGB (Red+Green+Blue) = 168+173+4=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AD04 is #5752FB. Grayscale: #989898. Windows color (decimal): -5722876 or 306600. OLE color: 306600.
HSL color Cylindrical-coordinate representation of color #A8AD04: hue angle of 61.78º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8AD04 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.32 |
| HSL | 61.78º | 0.95% | 0.35% | - |
| HSV(B) | 61.78º | 0.98% | 0.68% | - |
| XYZ | 31.11 | 38.22 | 5.85 | - |
| YUV | 152.24 | 44.34 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 4 | 0.03 | 0 | 0.98 | 0.32 | 61.78 | 0.95 | 0.35 |
| Hex | A8 | AD | 4 | 3 | 0 | 62 | 20 | 3E | 5F | 23 |
| Octal | 250 | 255 | 4 | 3 | 0 | 142 | 40 | 76 | 137 | 43 |
| Binary | 10101000 | 10101101 | 100 | 11 | 0 | 1100010 | 100000 | 111110 | 1011111 | 100011 |
Color Harmonies of #A8AD04
Complementary color
Monochromatic Colors of #A8AD04
Black with #A8AD04
Text Example
Text Example
White with #A8AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD04; }
p { color: rgb(168,173,4); }
H1.HeaderClassName
{
color: #A8AD04;
}
.AnyTagClassName
{
color: #A8AD04;
}
</style>
background-color css
<style>
a { background-color: #A8AD04; }
a { background-color: rgb(168,173,4); }
div.DivClassName
{
background-color: #A8AD04;
}
.BgClassName
{
background-color: #A8AD04;
}
</style>
border-color css
<style>
span { border-color: #A8AD04; }
span { border-color: rgb(168,173,4); }
td.TdClassName
{
border-color: #A8AD04;
}
.TagClassName
{
border-color: #A8AD04;
}
</style>