Shades of Citrus #A0BD12
Tints of Citrus #A0BD12
RGB
CMYK
RGB Variations
Color information
#A0BD12 (or 0xA0BD12) is known color: Citrus. HEX triplet: A0, BD and 12. RGB value is (160,189,18). Sum of RGB (Red+Green+Blue) = 160+189+18=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD12 is #5F42ED. Grayscale: #A1A1A1. Windows color (decimal): -6243054 or 1228192. OLE color: 1228192.
HSL color Cylindrical-coordinate representation of color #A0BD12: hue angle of 70.18º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0BD12 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 18 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.26 |
| HSL | 70.18º | 0.83% | 0.41% | - |
| HSV(B) | 70.18º | 0.9% | 0.74% | - |
| XYZ | 32.8 | 43.91 | 7.32 | - |
| YUV | 160.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 18 | 0.15 | 0 | 0.90 | 0.26 | 70.18 | 0.83 | 0.41 |
| Hex | A0 | BD | 12 | F | 0 | 5A | 1A | 46 | 53 | 29 |
| Octal | 240 | 275 | 22 | 17 | 0 | 132 | 32 | 106 | 123 | 51 |
| Binary | 10100000 | 10111101 | 10010 | 1111 | 0 | 1011010 | 11010 | 1000110 | 1010011 | 101001 |
Color Harmonies of #A0BD12
Complementary color
Monochromatic Colors of #A0BD12
Black with #A0BD12
Text Example
Text Example
White with #A0BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD12; }
p { color: rgb(160,189,18); }
H1.HeaderClassName
{
color: #A0BD12;
}
.AnyTagClassName
{
color: #A0BD12;
}
</style>
background-color css
<style>
a { background-color: #A0BD12; }
a { background-color: rgb(160,189,18); }
div.DivClassName
{
background-color: #A0BD12;
}
.BgClassName
{
background-color: #A0BD12;
}
</style>
border-color css
<style>
span { border-color: #A0BD12; }
span { border-color: rgb(160,189,18); }
td.TdClassName
{
border-color: #A0BD12;
}
.TagClassName
{
border-color: #A0BD12;
}
</style>