Shades of Green Yellow #A5F239
Tints of Green Yellow #A5F239
RGB
CMYK
RGB Variations
Color information
#A5F239 (or 0xA5F239) is known color: Green Yellow. HEX triplet: A5, F2 and 39. RGB value is (165,242,57). Sum of RGB (Red+Green+Blue) = 165+242+57=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 57 (22.66% from 255 or 12.28% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F239 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F239 is #5A0DC6. Grayscale: #C6C6C6. Windows color (decimal): -5901767 or 3797669. OLE color: 3797669.
HSL color Cylindrical-coordinate representation of color #A5F239: hue angle of 84.97º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5F239 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 57 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.05 |
| HSL | 84.97º | 0.88% | 0.59% | - |
| HSV(B) | 84.97º | 0.76% | 0.95% | - |
| XYZ | 48.01 | 71.8 | 15.2 | - |
| YUV | 197.89 | 48.49 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 57 | 0.32 | 0 | 0.76 | 0.05 | 84.97 | 0.88 | 0.59 |
| Hex | A5 | F2 | 39 | 20 | 0 | 4C | 5 | 55 | 58 | 3B |
| Octal | 245 | 362 | 71 | 40 | 0 | 114 | 5 | 125 | 130 | 73 |
| Binary | 10100101 | 11110010 | 111001 | 100000 | 0 | 1001100 | 101 | 1010101 | 1011000 | 111011 |
Color Harmonies of #A5F239
Complementary color
Monochromatic Colors of #A5F239
Black with #A5F239
Text Example
Text Example
White with #A5F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F239; }
p { color: rgb(165,242,57); }
H1.HeaderClassName
{
color: #A5F239;
}
.AnyTagClassName
{
color: #A5F239;
}
</style>
background-color css
<style>
a { background-color: #A5F239; }
a { background-color: rgb(165,242,57); }
div.DivClassName
{
background-color: #A5F239;
}
.BgClassName
{
background-color: #A5F239;
}
</style>
border-color css
<style>
span { border-color: #A5F239; }
span { border-color: rgb(165,242,57); }
td.TdClassName
{
border-color: #A5F239;
}
.TagClassName
{
border-color: #A5F239;
}
</style>