Shades of Green Yellow #A2F13C
Tints of Green Yellow #A2F13C
RGB
CMYK
RGB Variations
Color information
#A2F13C (or 0xA2F13C) is known color: Green Yellow. HEX triplet: A2, F1 and 3C. RGB value is (162,241,60). Sum of RGB (Red+Green+Blue) = 162+241+60=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F13C is #5D0EC3. Grayscale: #C5C5C5. Windows color (decimal): -6098628 or 3994018. OLE color: 3994018.
HSL color Cylindrical-coordinate representation of color #A2F13C: hue angle of 86.19º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2F13C is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 60 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.05 |
| HSL | 86.19º | 0.87% | 0.59% | - |
| HSV(B) | 86.19º | 0.75% | 0.95% | - |
| XYZ | 47.17 | 70.92 | 15.48 | - |
| YUV | 196.75 | 50.83 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 60 | 0.33 | 0 | 0.75 | 0.05 | 86.19 | 0.87 | 0.59 |
| Hex | A2 | F1 | 3C | 21 | 0 | 4B | 5 | 56 | 57 | 3B |
| Octal | 242 | 361 | 74 | 41 | 0 | 113 | 5 | 126 | 127 | 73 |
| Binary | 10100010 | 11110001 | 111100 | 100001 | 0 | 1001011 | 101 | 1010110 | 1010111 | 111011 |
Color Harmonies of #A2F13C
Complementary color
Monochromatic Colors of #A2F13C
Black with #A2F13C
Text Example
Text Example
White with #A2F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F13C; }
p { color: rgb(162,241,60); }
H1.HeaderClassName
{
color: #A2F13C;
}
.AnyTagClassName
{
color: #A2F13C;
}
</style>
background-color css
<style>
a { background-color: #A2F13C; }
a { background-color: rgb(162,241,60); }
div.DivClassName
{
background-color: #A2F13C;
}
.BgClassName
{
background-color: #A2F13C;
}
</style>
border-color css
<style>
span { border-color: #A2F13C; }
span { border-color: rgb(162,241,60); }
td.TdClassName
{
border-color: #A2F13C;
}
.TagClassName
{
border-color: #A2F13C;
}
</style>