Shades of Citrus #A0AF14
Tints of Citrus #A0AF14
RGB
CMYK
RGB Variations
Color information
#A0AF14 (or 0xA0AF14) is known color: Citrus. HEX triplet: A0, AF and 14. RGB value is (160,175,20). Sum of RGB (Red+Green+Blue) = 160+175+20=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF14 is #5F50EB. Grayscale: #999999. Windows color (decimal): -6246636 or 1355680. OLE color: 1355680.
HSL color Cylindrical-coordinate representation of color #A0AF14: hue angle of 65.81º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0AF14 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 20 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.31 |
| HSL | 65.81º | 0.79% | 0.38% | - |
| HSV(B) | 65.81º | 0.89% | 0.69% | - |
| XYZ | 29.95 | 38.18 | 6.45 | - |
| YUV | 152.85 | 53.03 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 20 | 0.09 | 0 | 0.89 | 0.31 | 65.81 | 0.79 | 0.38 |
| Hex | A0 | AF | 14 | 9 | 0 | 59 | 1F | 42 | 4F | 26 |
| Octal | 240 | 257 | 24 | 11 | 0 | 131 | 37 | 102 | 117 | 46 |
| Binary | 10100000 | 10101111 | 10100 | 1001 | 0 | 1011001 | 11111 | 1000010 | 1001111 | 100110 |
Color Harmonies of #A0AF14
Complementary color
Monochromatic Colors of #A0AF14
Black with #A0AF14
Text Example
Text Example
White with #A0AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF14; }
p { color: rgb(160,175,20); }
H1.HeaderClassName
{
color: #A0AF14;
}
.AnyTagClassName
{
color: #A0AF14;
}
</style>
background-color css
<style>
a { background-color: #A0AF14; }
a { background-color: rgb(160,175,20); }
div.DivClassName
{
background-color: #A0AF14;
}
.BgClassName
{
background-color: #A0AF14;
}
</style>
border-color css
<style>
span { border-color: #A0AF14; }
span { border-color: rgb(160,175,20); }
td.TdClassName
{
border-color: #A0AF14;
}
.TagClassName
{
border-color: #A0AF14;
}
</style>