Shades of Citrus #A2C102
Tints of Citrus #A2C102
RGB
CMYK
RGB Variations
Color information
#A2C102 (or 0xA2C102) is known color: Citrus. HEX triplet: A2, C1 and 02. RGB value is (162,193,2). Sum of RGB (Red+Green+Blue) = 162+193+2=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C102 is #5D3EFD. Grayscale: #A2A2A2. Windows color (decimal): -6110974 or 180642. OLE color: 180642.
HSL color Cylindrical-coordinate representation of color #A2C102: hue angle of 69.74º degrees, saturation: 0.98, 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 #A2C102 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.24 |
| HSL | 69.74º | 0.98% | 0.38% | - |
| HSV(B) | 69.74º | 0.99% | 0.76% | - |
| XYZ | 33.98 | 45.83 | 7.11 | - |
| YUV | 161.96 | 37.73 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 2 | 0.16 | 0 | 0.99 | 0.24 | 69.74 | 0.98 | 0.38 |
| Hex | A2 | C1 | 2 | 10 | 0 | 63 | 18 | 46 | 62 | 26 |
| Octal | 242 | 301 | 2 | 20 | 0 | 143 | 30 | 106 | 142 | 46 |
| Binary | 10100010 | 11000001 | 10 | 10000 | 0 | 1100011 | 11000 | 1000110 | 1100010 | 100110 |
Color Harmonies of #A2C102
Complementary color
Monochromatic Colors of #A2C102
Black with #A2C102
Text Example
Text Example
White with #A2C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C102; }
p { color: rgb(162,193,2); }
H1.HeaderClassName
{
color: #A2C102;
}
.AnyTagClassName
{
color: #A2C102;
}
</style>
background-color css
<style>
a { background-color: #A2C102; }
a { background-color: rgb(162,193,2); }
div.DivClassName
{
background-color: #A2C102;
}
.BgClassName
{
background-color: #A2C102;
}
</style>
border-color css
<style>
span { border-color: #A2C102; }
span { border-color: rgb(162,193,2); }
td.TdClassName
{
border-color: #A2C102;
}
.TagClassName
{
border-color: #A2C102;
}
</style>