Shades of Citrus #A1BE10
Tints of Citrus #A1BE10
RGB
CMYK
RGB Variations
Color information
#A1BE10 (or 0xA1BE10) is known color: Citrus. HEX triplet: A1, BE and 10. RGB value is (161,190,16). Sum of RGB (Red+Green+Blue) = 161+190+16=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE10 is #5E41EF. Grayscale: #A2A2A2. Windows color (decimal): -6177264 or 1097377. OLE color: 1097377.
HSL color Cylindrical-coordinate representation of color #A1BE10: hue angle of 70º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1BE10 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.25 |
| HSL | 70º | 0.84% | 0.4% | - |
| HSV(B) | 70º | 0.92% | 0.75% | - |
| XYZ | 33.2 | 44.44 | 7.32 | - |
| YUV | 161.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 16 | 0.15 | 0 | 0.92 | 0.25 | 70 | 0.84 | 0.4 |
| Hex | A1 | BE | 10 | F | 0 | 5C | 19 | 46 | 54 | 28 |
| Octal | 241 | 276 | 20 | 17 | 0 | 134 | 31 | 106 | 124 | 50 |
| Binary | 10100001 | 10111110 | 10000 | 1111 | 0 | 1011100 | 11001 | 1000110 | 1010100 | 101000 |
Color Harmonies of #A1BE10
Complementary color
Monochromatic Colors of #A1BE10
Black with #A1BE10
Text Example
Text Example
White with #A1BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE10; }
p { color: rgb(161,190,16); }
H1.HeaderClassName
{
color: #A1BE10;
}
.AnyTagClassName
{
color: #A1BE10;
}
</style>
background-color css
<style>
a { background-color: #A1BE10; }
a { background-color: rgb(161,190,16); }
div.DivClassName
{
background-color: #A1BE10;
}
.BgClassName
{
background-color: #A1BE10;
}
</style>
border-color css
<style>
span { border-color: #A1BE10; }
span { border-color: rgb(161,190,16); }
td.TdClassName
{
border-color: #A1BE10;
}
.TagClassName
{
border-color: #A1BE10;
}
</style>