Shades of Green Yellow #A2FF45
Tints of Green Yellow #A2FF45
RGB
CMYK
RGB Variations
Color information
#A2FF45 (or 0xA2FF45) is known color: Green Yellow. HEX triplet: A2, FF and 45. RGB value is (162,255,69). Sum of RGB (Red+Green+Blue) = 162+255+69=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FF45 is #5D00BA. Grayscale: #CECECE. Windows color (decimal): -6095035 or 4587426. OLE color: 4587426.
HSL color Cylindrical-coordinate representation of color #A2FF45: hue angle of 90º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2FF45 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 69 | - |
| CMYK | 0.36 | 0 | 0.73 | 0 |
| HSL | 90º | 1% | 0.64% | - |
| HSV(B) | 90º | 0.73% | 1% | - |
| XYZ | 51.73 | 79.63 | 18.27 | - |
| YUV | 205.99 | 50.69 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 69 | 0.36 | 0 | 0.73 | 0 | 90 | 1 | 0.64 |
| Hex | A2 | FF | 45 | 24 | 0 | 49 | 0 | 5A | 64 | 40 |
| Octal | 242 | 377 | 105 | 44 | 0 | 111 | 0 | 132 | 144 | 100 |
| Binary | 10100010 | 11111111 | 1000101 | 100100 | 0 | 1001001 | 0 | 1011010 | 1100100 | 1000000 |
Color Harmonies of #A2FF45
Complementary color
Monochromatic Colors of #A2FF45
Black with #A2FF45
Text Example
Text Example
White with #A2FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF45; }
p { color: rgb(162,255,69); }
H1.HeaderClassName
{
color: #A2FF45;
}
.AnyTagClassName
{
color: #A2FF45;
}
</style>
background-color css
<style>
a { background-color: #A2FF45; }
a { background-color: rgb(162,255,69); }
div.DivClassName
{
background-color: #A2FF45;
}
.BgClassName
{
background-color: #A2FF45;
}
</style>
border-color css
<style>
span { border-color: #A2FF45; }
span { border-color: rgb(162,255,69); }
td.TdClassName
{
border-color: #A2FF45;
}
.TagClassName
{
border-color: #A2FF45;
}
</style>