Shades of Citrus #A0AF01
Tints of Citrus #A0AF01
RGB
CMYK
RGB Variations
Color information
#A0AF01 (or 0xA0AF01) is known color: Citrus. HEX triplet: A0, AF and 01. RGB value is (160,175,1). Sum of RGB (Red+Green+Blue) = 160+175+1=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF01 is #5F50FE. Grayscale: #979797. Windows color (decimal): -6246655 or 110496. OLE color: 110496.
HSL color Cylindrical-coordinate representation of color #A0AF01: hue angle of 65.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0AF01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.31 |
| HSL | 65.17º | 0.99% | 0.35% | - |
| HSV(B) | 65.17º | 0.99% | 0.69% | - |
| XYZ | 29.83 | 38.14 | 5.82 | - |
| YUV | 150.68 | 43.53 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 1 | 0.09 | 0 | 0.99 | 0.31 | 65.17 | 0.99 | 0.35 |
| Hex | A0 | AF | 1 | 9 | 0 | 63 | 1F | 41 | 63 | 23 |
| Octal | 240 | 257 | 1 | 11 | 0 | 143 | 37 | 101 | 143 | 43 |
| Binary | 10100000 | 10101111 | 1 | 1001 | 0 | 1100011 | 11111 | 1000001 | 1100011 | 100011 |
Color Harmonies of #A0AF01
Complementary color
Monochromatic Colors of #A0AF01
Black with #A0AF01
Text Example
Text Example
White with #A0AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF01; }
p { color: rgb(160,175,1); }
H1.HeaderClassName
{
color: #A0AF01;
}
.AnyTagClassName
{
color: #A0AF01;
}
</style>
background-color css
<style>
a { background-color: #A0AF01; }
a { background-color: rgb(160,175,1); }
div.DivClassName
{
background-color: #A0AF01;
}
.BgClassName
{
background-color: #A0AF01;
}
</style>
border-color css
<style>
span { border-color: #A0AF01; }
span { border-color: rgb(160,175,1); }
td.TdClassName
{
border-color: #A0AF01;
}
.TagClassName
{
border-color: #A0AF01;
}
</style>