Shades of Citrus #A0BF12
Tints of Citrus #A0BF12
RGB
CMYK
RGB Variations
Color information
#A0BF12 (or 0xA0BF12) is known color: Citrus. HEX triplet: A0, BF and 12. RGB value is (160,191,18). Sum of RGB (Red+Green+Blue) = 160+191+18=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF12 is #5F40ED. Grayscale: #A2A2A2. Windows color (decimal): -6242542 or 1228704. OLE color: 1228704.
HSL color Cylindrical-coordinate representation of color #A0BF12: hue angle of 70.75º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0BF12 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 18 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.25 |
| HSL | 70.75º | 0.83% | 0.41% | - |
| HSV(B) | 70.75º | 0.91% | 0.75% | - |
| XYZ | 33.24 | 44.78 | 7.46 | - |
| YUV | 162.01 | 46.73 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 18 | 0.16 | 0 | 0.91 | 0.25 | 70.75 | 0.83 | 0.41 |
| Hex | A0 | BF | 12 | 10 | 0 | 5B | 19 | 47 | 53 | 29 |
| Octal | 240 | 277 | 22 | 20 | 0 | 133 | 31 | 107 | 123 | 51 |
| Binary | 10100000 | 10111111 | 10010 | 10000 | 0 | 1011011 | 11001 | 1000111 | 1010011 | 101001 |
Color Harmonies of #A0BF12
Complementary color
Monochromatic Colors of #A0BF12
Black with #A0BF12
Text Example
Text Example
White with #A0BF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF12; }
p { color: rgb(160,191,18); }
H1.HeaderClassName
{
color: #A0BF12;
}
.AnyTagClassName
{
color: #A0BF12;
}
</style>
background-color css
<style>
a { background-color: #A0BF12; }
a { background-color: rgb(160,191,18); }
div.DivClassName
{
background-color: #A0BF12;
}
.BgClassName
{
background-color: #A0BF12;
}
</style>
border-color css
<style>
span { border-color: #A0BF12; }
span { border-color: rgb(160,191,18); }
td.TdClassName
{
border-color: #A0BF12;
}
.TagClassName
{
border-color: #A0BF12;
}
</style>