Shades of Citron #A0AB2F
Tints of Citron #A0AB2F
RGB
CMYK
RGB Variations
Color information
#A0AB2F (or 0xA0AB2F) is known color: Citron. HEX triplet: A0, AB and 2F. RGB value is (160,171,47). Sum of RGB (Red+Green+Blue) = 160+171+47=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB2F is #5F54D0. Grayscale: #9A9A9A. Windows color (decimal): -6247633 or 3124128. OLE color: 3124128.
HSL color Cylindrical-coordinate representation of color #A0AB2F: hue angle of 65.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0AB2F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 47 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.33 |
| HSL | 65.32º | 0.57% | 0.43% | - |
| HSV(B) | 65.32º | 0.73% | 0.67% | - |
| XYZ | 29.57 | 36.8 | 8.23 | - |
| YUV | 153.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 47 | 0.06 | 0 | 0.73 | 0.33 | 65.32 | 0.57 | 0.43 |
| Hex | A0 | AB | 2F | 6 | 0 | 49 | 21 | 41 | 39 | 2B |
| Octal | 240 | 253 | 57 | 6 | 0 | 111 | 41 | 101 | 71 | 53 |
| Binary | 10100000 | 10101011 | 101111 | 110 | 0 | 1001001 | 100001 | 1000001 | 111001 | 101011 |
Color Harmonies of #A0AB2F
Complementary color
Monochromatic Colors of #A0AB2F
Black with #A0AB2F
Text Example
Text Example
White with #A0AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB2F; }
p { color: rgb(160,171,47); }
H1.HeaderClassName
{
color: #A0AB2F;
}
.AnyTagClassName
{
color: #A0AB2F;
}
</style>
background-color css
<style>
a { background-color: #A0AB2F; }
a { background-color: rgb(160,171,47); }
div.DivClassName
{
background-color: #A0AB2F;
}
.BgClassName
{
background-color: #A0AB2F;
}
</style>
border-color css
<style>
span { border-color: #A0AB2F; }
span { border-color: rgb(160,171,47); }
td.TdClassName
{
border-color: #A0AB2F;
}
.TagClassName
{
border-color: #A0AB2F;
}
</style>