Shades of Citrus #A1BF12
Tints of Citrus #A1BF12
RGB
CMYK
RGB Variations
Color information
#A1BF12 (or 0xA1BF12) is known color: Citrus. HEX triplet: A1, BF and 12. RGB value is (161,191,18). Sum of RGB (Red+Green+Blue) = 161+191+18=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF12 is #5E40ED. Grayscale: #A2A2A2. Windows color (decimal): -6177006 or 1228705. OLE color: 1228705.
HSL color Cylindrical-coordinate representation of color #A1BF12: hue angle of 70.4º 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 #A1BF12 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 18 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.25 |
| HSL | 70.4º | 0.83% | 0.41% | - |
| HSV(B) | 70.4º | 0.91% | 0.75% | - |
| XYZ | 33.44 | 44.88 | 7.47 | - |
| YUV | 162.31 | 46.56 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 18 | 0.16 | 0 | 0.91 | 0.25 | 70.4 | 0.83 | 0.41 |
| Hex | A1 | BF | 12 | 10 | 0 | 5B | 19 | 46 | 53 | 29 |
| Octal | 241 | 277 | 22 | 20 | 0 | 133 | 31 | 106 | 123 | 51 |
| Binary | 10100001 | 10111111 | 10010 | 10000 | 0 | 1011011 | 11001 | 1000110 | 1010011 | 101001 |
Color Harmonies of #A1BF12
Complementary color
Monochromatic Colors of #A1BF12
Black with #A1BF12
Text Example
Text Example
White with #A1BF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF12; }
p { color: rgb(161,191,18); }
H1.HeaderClassName
{
color: #A1BF12;
}
.AnyTagClassName
{
color: #A1BF12;
}
</style>
background-color css
<style>
a { background-color: #A1BF12; }
a { background-color: rgb(161,191,18); }
div.DivClassName
{
background-color: #A1BF12;
}
.BgClassName
{
background-color: #A1BF12;
}
</style>
border-color css
<style>
span { border-color: #A1BF12; }
span { border-color: rgb(161,191,18); }
td.TdClassName
{
border-color: #A1BF12;
}
.TagClassName
{
border-color: #A1BF12;
}
</style>