Shades of Citrus #A1B80A
Tints of Citrus #A1B80A
RGB
CMYK
RGB Variations
Color information
#A1B80A (or 0xA1B80A) is known color: Citrus. HEX triplet: A1, B8 and 0A. RGB value is (161,184,10). Sum of RGB (Red+Green+Blue) = 161+184+10=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B80A is #5E47F5. Grayscale: #9D9D9D. Windows color (decimal): -6178806 or 702625. OLE color: 702625.
HSL color Cylindrical-coordinate representation of color #A1B80A: hue angle of 67.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1B80A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.28 |
| HSL | 67.93º | 0.9% | 0.38% | - |
| HSV(B) | 67.93º | 0.95% | 0.72% | - |
| XYZ | 31.89 | 41.88 | 6.69 | - |
| YUV | 157.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 10 | 0.12 | 0 | 0.95 | 0.28 | 67.93 | 0.9 | 0.38 |
| Hex | A1 | B8 | A | C | 0 | 5F | 1C | 44 | 5A | 26 |
| Octal | 241 | 270 | 12 | 14 | 0 | 137 | 34 | 104 | 132 | 46 |
| Binary | 10100001 | 10111000 | 1010 | 1100 | 0 | 1011111 | 11100 | 1000100 | 1011010 | 100110 |
Color Harmonies of #A1B80A
Complementary color
Monochromatic Colors of #A1B80A
Black with #A1B80A
Text Example
Text Example
White with #A1B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B80A; }
p { color: rgb(161,184,10); }
H1.HeaderClassName
{
color: #A1B80A;
}
.AnyTagClassName
{
color: #A1B80A;
}
</style>
background-color css
<style>
a { background-color: #A1B80A; }
a { background-color: rgb(161,184,10); }
div.DivClassName
{
background-color: #A1B80A;
}
.BgClassName
{
background-color: #A1B80A;
}
</style>
border-color css
<style>
span { border-color: #A1B80A; }
span { border-color: rgb(161,184,10); }
td.TdClassName
{
border-color: #A1B80A;
}
.TagClassName
{
border-color: #A1B80A;
}
</style>