Shades of Green Yellow #A2FD3A
Tints of Green Yellow #A2FD3A
RGB
CMYK
RGB Variations
Color information
#A2FD3A (or 0xA2FD3A) is known color: Green Yellow. HEX triplet: A2, FD and 3A. RGB value is (162,253,58). Sum of RGB (Red+Green+Blue) = 162+253+58=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FD3A is #5D02C5. Grayscale: #CCCCCC. Windows color (decimal): -6095558 or 3866018. OLE color: 3866018.
HSL color Cylindrical-coordinate representation of color #A2FD3A: hue angle of 88º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2FD3A is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
RGB | 162 | 253 | 58 | - |
CMYK | 0.36 | 0 | 0.77 | 0.01 |
HSL | 88º | 0.98% | 0.61% | - |
HSV(B) | 88º | 0.77% | 0.99% | - |
XYZ | 50.79 | 78.24 | 16.43 | - |
YUV | 203.56 | 45.85 | 98.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 253 | 58 | 0.36 | 0 | 0.77 | 0.01 | 88 | 0.98 | 0.61 |
Hex | A2 | FD | 3A | 24 | 0 | 4D | 1 | 58 | 62 | 3D |
Octal | 242 | 375 | 72 | 44 | 0 | 115 | 1 | 130 | 142 | 75 |
Binary | 10100010 | 11111101 | 111010 | 100100 | 0 | 1001101 | 1 | 1011000 | 1100010 | 111101 |
Color Harmonies of #A2FD3A
Complementary color
Monochromatic Colors of #A2FD3A
Black with #A2FD3A
Text Example
Text Example
White with #A2FD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FD3A; }
p { color: rgb(162,253,58); }
H1.HeaderClassName
{
color: #A2FD3A;
}
.AnyTagClassName
{
color: #A2FD3A;
}
</style>
background-color css
<style>
a { background-color: #A2FD3A; }
a { background-color: rgb(162,253,58); }
div.DivClassName
{
background-color: #A2FD3A;
}
.BgClassName
{
background-color: #A2FD3A;
}
</style>
border-color css
<style>
span { border-color: #A2FD3A; }
span { border-color: rgb(162,253,58); }
td.TdClassName
{
border-color: #A2FD3A;
}
.TagClassName
{
border-color: #A2FD3A;
}
</style>