Shades of Yellow Green #A1D62F
Tints of Yellow Green #A1D62F
RGB
CMYK
RGB Variations
Color information
#A1D62F (or 0xA1D62F) is known color: Yellow Green. HEX triplet: A1, D6 and 2F. RGB value is (161,214,47). Sum of RGB (Red+Green+Blue) = 161+214+47=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D62F is #5E29D0. Grayscale: #B3B3B3. Windows color (decimal): -6171089 or 3135137. OLE color: 3135137.
HSL color Cylindrical-coordinate representation of color #A1D62F: hue angle of 79.04º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1D62F is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 47 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.16 |
| HSL | 79.04º | 0.67% | 0.51% | - |
| HSV(B) | 79.04º | 0.78% | 0.84% | - |
| XYZ | 39.26 | 55.88 | 11.41 | - |
| YUV | 179.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 47 | 0.25 | 0 | 0.78 | 0.16 | 79.04 | 0.67 | 0.51 |
| Hex | A1 | D6 | 2F | 19 | 0 | 4E | 10 | 4F | 43 | 33 |
| Octal | 241 | 326 | 57 | 31 | 0 | 116 | 20 | 117 | 103 | 63 |
| Binary | 10100001 | 11010110 | 101111 | 11001 | 0 | 1001110 | 10000 | 1001111 | 1000011 | 110011 |
Color Harmonies of #A1D62F
Complementary color
Monochromatic Colors of #A1D62F
Black with #A1D62F
Text Example
Text Example
White with #A1D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D62F; }
p { color: rgb(161,214,47); }
H1.HeaderClassName
{
color: #A1D62F;
}
.AnyTagClassName
{
color: #A1D62F;
}
</style>
background-color css
<style>
a { background-color: #A1D62F; }
a { background-color: rgb(161,214,47); }
div.DivClassName
{
background-color: #A1D62F;
}
.BgClassName
{
background-color: #A1D62F;
}
</style>
border-color css
<style>
span { border-color: #A1D62F; }
span { border-color: rgb(161,214,47); }
td.TdClassName
{
border-color: #A1D62F;
}
.TagClassName
{
border-color: #A1D62F;
}
</style>