Shades of Yellow Green #A2DF26
Tints of Yellow Green #A2DF26
RGB
CMYK
RGB Variations
Color information
#A2DF26 (or 0xA2DF26) is known color: Yellow Green. HEX triplet: A2, DF and 26. RGB value is (162,223,38). Sum of RGB (Red+Green+Blue) = 162+223+38=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DF26 is #5D20D9. Grayscale: #B8B8B8. Windows color (decimal): -6103258 or 2547618. OLE color: 2547618.
HSL color Cylindrical-coordinate representation of color #A2DF26: hue angle of 79.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2DF26 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 38 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.13 |
| HSL | 79.78º | 0.74% | 0.51% | - |
| HSV(B) | 79.78º | 0.83% | 0.87% | - |
| XYZ | 41.64 | 60.6 | 11.34 | - |
| YUV | 183.67 | 45.79 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 38 | 0.27 | 0 | 0.83 | 0.13 | 79.78 | 0.74 | 0.51 |
| Hex | A2 | DF | 26 | 1B | 0 | 53 | D | 50 | 4A | 33 |
| Octal | 242 | 337 | 46 | 33 | 0 | 123 | 15 | 120 | 112 | 63 |
| Binary | 10100010 | 11011111 | 100110 | 11011 | 0 | 1010011 | 1101 | 1010000 | 1001010 | 110011 |
Color Harmonies of #A2DF26
Complementary color
Monochromatic Colors of #A2DF26
Black with #A2DF26
Text Example
Text Example
White with #A2DF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF26; }
p { color: rgb(162,223,38); }
H1.HeaderClassName
{
color: #A2DF26;
}
.AnyTagClassName
{
color: #A2DF26;
}
</style>
background-color css
<style>
a { background-color: #A2DF26; }
a { background-color: rgb(162,223,38); }
div.DivClassName
{
background-color: #A2DF26;
}
.BgClassName
{
background-color: #A2DF26;
}
</style>
border-color css
<style>
span { border-color: #A2DF26; }
span { border-color: rgb(162,223,38); }
td.TdClassName
{
border-color: #A2DF26;
}
.TagClassName
{
border-color: #A2DF26;
}
</style>