Shades of Citrus #A2C101
Tints of Citrus #A2C101
RGB
CMYK
RGB Variations
Color information
#A2C101 (or 0xA2C101) is known color: Citrus. HEX triplet: A2, C1 and 01. RGB value is (162,193,1). Sum of RGB (Red+Green+Blue) = 162+193+1=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C101 is #5D3EFE. Grayscale: #A2A2A2. Windows color (decimal): -6110975 or 115106. OLE color: 115106.
HSL color Cylindrical-coordinate representation of color #A2C101: hue angle of 69.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2C101 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.24 |
| HSL | 69.69º | 0.99% | 0.38% | - |
| HSV(B) | 69.69º | 0.99% | 0.76% | - |
| XYZ | 33.98 | 45.82 | 7.08 | - |
| YUV | 161.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 1 | 0.16 | 0 | 0.99 | 0.24 | 69.69 | 0.99 | 0.38 |
| Hex | A2 | C1 | 1 | 10 | 0 | 63 | 18 | 46 | 63 | 26 |
| Octal | 242 | 301 | 1 | 20 | 0 | 143 | 30 | 106 | 143 | 46 |
| Binary | 10100010 | 11000001 | 1 | 10000 | 0 | 1100011 | 11000 | 1000110 | 1100011 | 100110 |
Color Harmonies of #A2C101
Complementary color
Monochromatic Colors of #A2C101
Black with #A2C101
Text Example
Text Example
White with #A2C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C101; }
p { color: rgb(162,193,1); }
H1.HeaderClassName
{
color: #A2C101;
}
.AnyTagClassName
{
color: #A2C101;
}
</style>
background-color css
<style>
a { background-color: #A2C101; }
a { background-color: rgb(162,193,1); }
div.DivClassName
{
background-color: #A2C101;
}
.BgClassName
{
background-color: #A2C101;
}
</style>
border-color css
<style>
span { border-color: #A2C101; }
span { border-color: rgb(162,193,1); }
td.TdClassName
{
border-color: #A2C101;
}
.TagClassName
{
border-color: #A2C101;
}
</style>