Shades of Green Yellow #A5F229
Tints of Green Yellow #A5F229
RGB
CMYK
RGB Variations
Color information
#A5F229 (or 0xA5F229) is known color: Green Yellow. HEX triplet: A5, F2 and 29. RGB value is (165,242,41). Sum of RGB (Red+Green+Blue) = 165+242+41=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F229 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F229 is #5A0DD6. Grayscale: #C4C4C4. Windows color (decimal): -5901783 or 2749093. OLE color: 2749093.
HSL color Cylindrical-coordinate representation of color #A5F229: hue angle of 82.99º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5F229 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 41 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.05 |
| HSL | 82.99º | 0.89% | 0.55% | - |
| HSV(B) | 82.99º | 0.83% | 0.95% | - |
| XYZ | 47.67 | 71.66 | 13.42 | - |
| YUV | 196.06 | 40.49 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 41 | 0.32 | 0 | 0.83 | 0.05 | 82.99 | 0.89 | 0.55 |
| Hex | A5 | F2 | 29 | 20 | 0 | 53 | 5 | 53 | 59 | 37 |
| Octal | 245 | 362 | 51 | 40 | 0 | 123 | 5 | 123 | 131 | 67 |
| Binary | 10100101 | 11110010 | 101001 | 100000 | 0 | 1010011 | 101 | 1010011 | 1011001 | 110111 |
Color Harmonies of #A5F229
Complementary color
Monochromatic Colors of #A5F229
Black with #A5F229
Text Example
Text Example
White with #A5F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F229; }
p { color: rgb(165,242,41); }
H1.HeaderClassName
{
color: #A5F229;
}
.AnyTagClassName
{
color: #A5F229;
}
</style>
background-color css
<style>
a { background-color: #A5F229; }
a { background-color: rgb(165,242,41); }
div.DivClassName
{
background-color: #A5F229;
}
.BgClassName
{
background-color: #A5F229;
}
</style>
border-color css
<style>
span { border-color: #A5F229; }
span { border-color: rgb(165,242,41); }
td.TdClassName
{
border-color: #A5F229;
}
.TagClassName
{
border-color: #A5F229;
}
</style>