Shades of Citrus #A0B90A
Tints of Citrus #A0B90A
RGB
CMYK
RGB Variations
Color information
#A0B90A (or 0xA0B90A) is known color: Citrus. HEX triplet: A0, B9 and 0A. RGB value is (160,185,10). Sum of RGB (Red+Green+Blue) = 160+185+10=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B90A is #5F46F5. Grayscale: #9E9E9E. Windows color (decimal): -6244086 or 702880. OLE color: 702880.
HSL color Cylindrical-coordinate representation of color #A0B90A: hue angle of 68.57º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0B90A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.27 |
| HSL | 68.57º | 0.9% | 0.38% | - |
| HSV(B) | 68.57º | 0.95% | 0.73% | - |
| XYZ | 31.9 | 42.19 | 6.75 | - |
| YUV | 157.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 10 | 0.14 | 0 | 0.95 | 0.27 | 68.57 | 0.9 | 0.38 |
| Hex | A0 | B9 | A | E | 0 | 5F | 1B | 45 | 5A | 26 |
| Octal | 240 | 271 | 12 | 16 | 0 | 137 | 33 | 105 | 132 | 46 |
| Binary | 10100000 | 10111001 | 1010 | 1110 | 0 | 1011111 | 11011 | 1000101 | 1011010 | 100110 |
Color Harmonies of #A0B90A
Complementary color
Monochromatic Colors of #A0B90A
Black with #A0B90A
Text Example
Text Example
White with #A0B90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B90A; }
p { color: rgb(160,185,10); }
H1.HeaderClassName
{
color: #A0B90A;
}
.AnyTagClassName
{
color: #A0B90A;
}
</style>
background-color css
<style>
a { background-color: #A0B90A; }
a { background-color: rgb(160,185,10); }
div.DivClassName
{
background-color: #A0B90A;
}
.BgClassName
{
background-color: #A0B90A;
}
</style>
border-color css
<style>
span { border-color: #A0B90A; }
span { border-color: rgb(160,185,10); }
td.TdClassName
{
border-color: #A0B90A;
}
.TagClassName
{
border-color: #A0B90A;
}
</style>