Shades of Citrus #A1B80D
Tints of Citrus #A1B80D
RGB
CMYK
RGB Variations
Color information
#A1B80D (or 0xA1B80D) is known color: Citrus. HEX triplet: A1, B8 and 0D. RGB value is (161,184,13). Sum of RGB (Red+Green+Blue) = 161+184+13=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B80D is #5E47F2. Grayscale: #9E9E9E. Windows color (decimal): -6178803 or 899233. OLE color: 899233.
HSL color Cylindrical-coordinate representation of color #A1B80D: hue angle of 68.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1B80D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.28 |
| HSL | 68.07º | 0.87% | 0.39% | - |
| HSV(B) | 68.07º | 0.93% | 0.72% | - |
| XYZ | 31.91 | 41.89 | 6.78 | - |
| YUV | 157.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 13 | 0.12 | 0 | 0.93 | 0.28 | 68.07 | 0.87 | 0.39 |
| Hex | A1 | B8 | D | C | 0 | 5D | 1C | 44 | 57 | 27 |
| Octal | 241 | 270 | 15 | 14 | 0 | 135 | 34 | 104 | 127 | 47 |
| Binary | 10100001 | 10111000 | 1101 | 1100 | 0 | 1011101 | 11100 | 1000100 | 1010111 | 100111 |
Color Harmonies of #A1B80D
Complementary color
Monochromatic Colors of #A1B80D
Black with #A1B80D
Text Example
Text Example
White with #A1B80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B80D; }
p { color: rgb(161,184,13); }
H1.HeaderClassName
{
color: #A1B80D;
}
.AnyTagClassName
{
color: #A1B80D;
}
</style>
background-color css
<style>
a { background-color: #A1B80D; }
a { background-color: rgb(161,184,13); }
div.DivClassName
{
background-color: #A1B80D;
}
.BgClassName
{
background-color: #A1B80D;
}
</style>
border-color css
<style>
span { border-color: #A1B80D; }
span { border-color: rgb(161,184,13); }
td.TdClassName
{
border-color: #A1B80D;
}
.TagClassName
{
border-color: #A1B80D;
}
</style>