Shades of Yellow Green #A1D62B
Tints of Yellow Green #A1D62B
RGB
CMYK
RGB Variations
Color information
#A1D62B (or 0xA1D62B) is known color: Yellow Green. HEX triplet: A1, D6 and 2B. RGB value is (161,214,43). Sum of RGB (Red+Green+Blue) = 161+214+43=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D62B is #5E29D4. Grayscale: #B3B3B3. Windows color (decimal): -6171093 or 2872993. OLE color: 2872993.
HSL color Cylindrical-coordinate representation of color #A1D62B: hue angle of 78.6º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1D62B is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 43 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.16 |
| HSL | 78.6º | 0.68% | 0.5% | - |
| HSV(B) | 78.6º | 0.8% | 0.84% | - |
| XYZ | 39.18 | 55.84 | 11 | - |
| YUV | 178.66 | 51.44 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 43 | 0.25 | 0 | 0.80 | 0.16 | 78.6 | 0.68 | 0.5 |
| Hex | A1 | D6 | 2B | 19 | 0 | 50 | 10 | 4F | 44 | 32 |
| Octal | 241 | 326 | 53 | 31 | 0 | 120 | 20 | 117 | 104 | 62 |
| Binary | 10100001 | 11010110 | 101011 | 11001 | 0 | 1010000 | 10000 | 1001111 | 1000100 | 110010 |
Color Harmonies of #A1D62B
Complementary color
Monochromatic Colors of #A1D62B
Black with #A1D62B
Text Example
Text Example
White with #A1D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D62B; }
p { color: rgb(161,214,43); }
H1.HeaderClassName
{
color: #A1D62B;
}
.AnyTagClassName
{
color: #A1D62B;
}
</style>
background-color css
<style>
a { background-color: #A1D62B; }
a { background-color: rgb(161,214,43); }
div.DivClassName
{
background-color: #A1D62B;
}
.BgClassName
{
background-color: #A1D62B;
}
</style>
border-color css
<style>
span { border-color: #A1D62B; }
span { border-color: rgb(161,214,43); }
td.TdClassName
{
border-color: #A1D62B;
}
.TagClassName
{
border-color: #A1D62B;
}
</style>