Shades of Citrus #A2AD08
Tints of Citrus #A2AD08
RGB
CMYK
RGB Variations
Color information
#A2AD08 (or 0xA2AD08) is known color: Citrus. HEX triplet: A2, AD and 08. RGB value is (162,173,8). Sum of RGB (Red+Green+Blue) = 162+173+8=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD08 is #5D52F7. Grayscale: #979797. Windows color (decimal): -6116088 or 568738. OLE color: 568738.
HSL color Cylindrical-coordinate representation of color #A2AD08: hue angle of 64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2AD08 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 8 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.32 |
| HSL | 64º | 0.91% | 0.35% | - |
| HSV(B) | 64º | 0.95% | 0.68% | - |
| XYZ | 29.89 | 37.59 | 5.91 | - |
| YUV | 150.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 8 | 0.06 | 0 | 0.95 | 0.32 | 64 | 0.91 | 0.35 |
| Hex | A2 | AD | 8 | 6 | 0 | 5F | 20 | 40 | 5B | 23 |
| Octal | 242 | 255 | 10 | 6 | 0 | 137 | 40 | 100 | 133 | 43 |
| Binary | 10100010 | 10101101 | 1000 | 110 | 0 | 1011111 | 100000 | 1000000 | 1011011 | 100011 |
Color Harmonies of #A2AD08
Complementary color
Monochromatic Colors of #A2AD08
Black with #A2AD08
Text Example
Text Example
White with #A2AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD08; }
p { color: rgb(162,173,8); }
H1.HeaderClassName
{
color: #A2AD08;
}
.AnyTagClassName
{
color: #A2AD08;
}
</style>
background-color css
<style>
a { background-color: #A2AD08; }
a { background-color: rgb(162,173,8); }
div.DivClassName
{
background-color: #A2AD08;
}
.BgClassName
{
background-color: #A2AD08;
}
</style>
border-color css
<style>
span { border-color: #A2AD08; }
span { border-color: rgb(162,173,8); }
td.TdClassName
{
border-color: #A2AD08;
}
.TagClassName
{
border-color: #A2AD08;
}
</style>