Shades of Citrus #A1C90A
Tints of Citrus #A1C90A
RGB
CMYK
RGB Variations
Color information
#A1C90A (or 0xA1C90A) is known color: Citrus. HEX triplet: A1, C9 and 0A. RGB value is (161,201,10). Sum of RGB (Red+Green+Blue) = 161+201+10=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C90A is #5E36F5. Grayscale: #A7A7A7. Windows color (decimal): -6174454 or 706977. OLE color: 706977.
HSL color Cylindrical-coordinate representation of color #A1C90A: hue angle of 72.57º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1C90A is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 10 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.21 |
| HSL | 72.57º | 0.91% | 0.41% | - |
| HSV(B) | 72.57º | 0.95% | 0.79% | - |
| XYZ | 35.64 | 49.37 | 7.94 | - |
| YUV | 167.27 | 39.25 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 10 | 0.20 | 0 | 0.95 | 0.21 | 72.57 | 0.91 | 0.41 |
| Hex | A1 | C9 | A | 14 | 0 | 5F | 15 | 49 | 5B | 29 |
| Octal | 241 | 311 | 12 | 24 | 0 | 137 | 25 | 111 | 133 | 51 |
| Binary | 10100001 | 11001001 | 1010 | 10100 | 0 | 1011111 | 10101 | 1001001 | 1011011 | 101001 |
Color Harmonies of #A1C90A
Complementary color
Monochromatic Colors of #A1C90A
Black with #A1C90A
Text Example
Text Example
White with #A1C90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C90A; }
p { color: rgb(161,201,10); }
H1.HeaderClassName
{
color: #A1C90A;
}
.AnyTagClassName
{
color: #A1C90A;
}
</style>
background-color css
<style>
a { background-color: #A1C90A; }
a { background-color: rgb(161,201,10); }
div.DivClassName
{
background-color: #A1C90A;
}
.BgClassName
{
background-color: #A1C90A;
}
</style>
border-color css
<style>
span { border-color: #A1C90A; }
span { border-color: rgb(161,201,10); }
td.TdClassName
{
border-color: #A1C90A;
}
.TagClassName
{
border-color: #A1C90A;
}
</style>