Shades of Citrus #A1BE0D
Tints of Citrus #A1BE0D
RGB
CMYK
RGB Variations
Color information
#A1BE0D (or 0xA1BE0D) is known color: Citrus. HEX triplet: A1, BE and 0D. RGB value is (161,190,13). Sum of RGB (Red+Green+Blue) = 161+190+13=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE0D is #5E41F2. Grayscale: #A1A1A1. Windows color (decimal): -6177267 or 900769. OLE color: 900769.
HSL color Cylindrical-coordinate representation of color #A1BE0D: hue angle of 69.83º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1BE0D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 13 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.25 |
| HSL | 69.83º | 0.87% | 0.4% | - |
| HSV(B) | 69.83º | 0.93% | 0.75% | - |
| XYZ | 33.18 | 44.43 | 7.21 | - |
| YUV | 161.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 13 | 0.15 | 0 | 0.93 | 0.25 | 69.83 | 0.87 | 0.4 |
| Hex | A1 | BE | D | F | 0 | 5D | 19 | 46 | 57 | 28 |
| Octal | 241 | 276 | 15 | 17 | 0 | 135 | 31 | 106 | 127 | 50 |
| Binary | 10100001 | 10111110 | 1101 | 1111 | 0 | 1011101 | 11001 | 1000110 | 1010111 | 101000 |
Color Harmonies of #A1BE0D
Complementary color
Monochromatic Colors of #A1BE0D
Black with #A1BE0D
Text Example
Text Example
White with #A1BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE0D; }
p { color: rgb(161,190,13); }
H1.HeaderClassName
{
color: #A1BE0D;
}
.AnyTagClassName
{
color: #A1BE0D;
}
</style>
background-color css
<style>
a { background-color: #A1BE0D; }
a { background-color: rgb(161,190,13); }
div.DivClassName
{
background-color: #A1BE0D;
}
.BgClassName
{
background-color: #A1BE0D;
}
</style>
border-color css
<style>
span { border-color: #A1BE0D; }
span { border-color: rgb(161,190,13); }
td.TdClassName
{
border-color: #A1BE0D;
}
.TagClassName
{
border-color: #A1BE0D;
}
</style>