Shades of Yellow Green #A2D42F
Tints of Yellow Green #A2D42F
RGB
CMYK
RGB Variations
Color information
#A2D42F (or 0xA2D42F) is known color: Yellow Green. HEX triplet: A2, D4 and 2F. RGB value is (162,212,47). Sum of RGB (Red+Green+Blue) = 162+212+47=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D42F is #5D2BD0. Grayscale: #B2B2B2. Windows color (decimal): -6106065 or 3134626. OLE color: 3134626.
HSL color Cylindrical-coordinate representation of color #A2D42F: hue angle of 78.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2D42F is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 47 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.17 |
| HSL | 78.18º | 0.66% | 0.51% | - |
| HSV(B) | 78.18º | 0.78% | 0.83% | - |
| XYZ | 38.96 | 54.97 | 11.25 | - |
| YUV | 178.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 47 | 0.24 | 0 | 0.78 | 0.17 | 78.18 | 0.66 | 0.51 |
| Hex | A2 | D4 | 2F | 18 | 0 | 4E | 11 | 4E | 42 | 33 |
| Octal | 242 | 324 | 57 | 30 | 0 | 116 | 21 | 116 | 102 | 63 |
| Binary | 10100010 | 11010100 | 101111 | 11000 | 0 | 1001110 | 10001 | 1001110 | 1000010 | 110011 |
Color Harmonies of #A2D42F
Complementary color
Monochromatic Colors of #A2D42F
Black with #A2D42F
Text Example
Text Example
White with #A2D42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D42F; }
p { color: rgb(162,212,47); }
H1.HeaderClassName
{
color: #A2D42F;
}
.AnyTagClassName
{
color: #A2D42F;
}
</style>
background-color css
<style>
a { background-color: #A2D42F; }
a { background-color: rgb(162,212,47); }
div.DivClassName
{
background-color: #A2D42F;
}
.BgClassName
{
background-color: #A2D42F;
}
</style>
border-color css
<style>
span { border-color: #A2D42F; }
span { border-color: rgb(162,212,47); }
td.TdClassName
{
border-color: #A2D42F;
}
.TagClassName
{
border-color: #A2D42F;
}
</style>