Shades of Citrus #A0B90D
Tints of Citrus #A0B90D
RGB
CMYK
RGB Variations
Color information
#A0B90D (or 0xA0B90D) is known color: Citrus. HEX triplet: A0, B9 and 0D. RGB value is (160,185,13). Sum of RGB (Red+Green+Blue) = 160+185+13=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B90D is #5F46F2. Grayscale: #9E9E9E. Windows color (decimal): -6244083 or 899488. OLE color: 899488.
HSL color Cylindrical-coordinate representation of color #A0B90D: hue angle of 68.72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0B90D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 13 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.27 |
| HSL | 68.72º | 0.87% | 0.39% | - |
| HSV(B) | 68.72º | 0.93% | 0.73% | - |
| XYZ | 31.92 | 42.2 | 6.84 | - |
| YUV | 157.92 | 46.22 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 13 | 0.14 | 0 | 0.93 | 0.27 | 68.72 | 0.87 | 0.39 |
| Hex | A0 | B9 | D | E | 0 | 5D | 1B | 45 | 57 | 27 |
| Octal | 240 | 271 | 15 | 16 | 0 | 135 | 33 | 105 | 127 | 47 |
| Binary | 10100000 | 10111001 | 1101 | 1110 | 0 | 1011101 | 11011 | 1000101 | 1010111 | 100111 |
Color Harmonies of #A0B90D
Complementary color
Monochromatic Colors of #A0B90D
Black with #A0B90D
Text Example
Text Example
White with #A0B90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B90D; }
p { color: rgb(160,185,13); }
H1.HeaderClassName
{
color: #A0B90D;
}
.AnyTagClassName
{
color: #A0B90D;
}
</style>
background-color css
<style>
a { background-color: #A0B90D; }
a { background-color: rgb(160,185,13); }
div.DivClassName
{
background-color: #A0B90D;
}
.BgClassName
{
background-color: #A0B90D;
}
</style>
border-color css
<style>
span { border-color: #A0B90D; }
span { border-color: rgb(160,185,13); }
td.TdClassName
{
border-color: #A0B90D;
}
.TagClassName
{
border-color: #A0B90D;
}
</style>