Shades of Green Yellow #A2F93C
Tints of Green Yellow #A2F93C
RGB
CMYK
RGB Variations
Color information
#A2F93C (or 0xA2F93C) is known color: Green Yellow. HEX triplet: A2, F9 and 3C. RGB value is (162,249,60). Sum of RGB (Red+Green+Blue) = 162+249+60=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F93C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F93C is #5D06C3. Grayscale: #CACACA. Windows color (decimal): -6096580 or 3996066. OLE color: 3996066.
HSL color Cylindrical-coordinate representation of color #A2F93C: hue angle of 87.62º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2F93C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 60 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.02 |
| HSL | 87.62º | 0.94% | 0.61% | - |
| HSV(B) | 87.62º | 0.76% | 0.98% | - |
| XYZ | 49.59 | 75.76 | 16.28 | - |
| YUV | 201.44 | 48.18 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 60 | 0.35 | 0 | 0.76 | 0.02 | 87.62 | 0.94 | 0.61 |
| Hex | A2 | F9 | 3C | 23 | 0 | 4C | 2 | 58 | 5E | 3D |
| Octal | 242 | 371 | 74 | 43 | 0 | 114 | 2 | 130 | 136 | 75 |
| Binary | 10100010 | 11111001 | 111100 | 100011 | 0 | 1001100 | 10 | 1011000 | 1011110 | 111101 |
Color Harmonies of #A2F93C
Complementary color
Monochromatic Colors of #A2F93C
Black with #A2F93C
Text Example
Text Example
White with #A2F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F93C; }
p { color: rgb(162,249,60); }
H1.HeaderClassName
{
color: #A2F93C;
}
.AnyTagClassName
{
color: #A2F93C;
}
</style>
background-color css
<style>
a { background-color: #A2F93C; }
a { background-color: rgb(162,249,60); }
div.DivClassName
{
background-color: #A2F93C;
}
.BgClassName
{
background-color: #A2F93C;
}
</style>
border-color css
<style>
span { border-color: #A2F93C; }
span { border-color: rgb(162,249,60); }
td.TdClassName
{
border-color: #A2F93C;
}
.TagClassName
{
border-color: #A2F93C;
}
</style>