Shades of Green Yellow #A5F31E
Tints of Green Yellow #A5F31E
RGB
CMYK
RGB Variations
Color information
#A5F31E (or 0xA5F31E) is known color: Green Yellow. HEX triplet: A5, F3 and 1E. RGB value is (165,243,30). Sum of RGB (Red+Green+Blue) = 165+243+30=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F31E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F31E is #5A0CE1. Grayscale: #C4C4C4. Windows color (decimal): -5901538 or 2028453. OLE color: 2028453.
HSL color Cylindrical-coordinate representation of color #A5F31E: hue angle of 81.97º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5F31E is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 30 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.05 |
| HSL | 81.97º | 0.9% | 0.54% | - |
| HSV(B) | 81.97º | 0.88% | 0.95% | - |
| XYZ | 47.8 | 72.19 | 12.64 | - |
| YUV | 195.4 | 34.66 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 30 | 0.32 | 0 | 0.88 | 0.05 | 81.97 | 0.9 | 0.54 |
| Hex | A5 | F3 | 1E | 20 | 0 | 58 | 5 | 52 | 5A | 36 |
| Octal | 245 | 363 | 36 | 40 | 0 | 130 | 5 | 122 | 132 | 66 |
| Binary | 10100101 | 11110011 | 11110 | 100000 | 0 | 1011000 | 101 | 1010010 | 1011010 | 110110 |
Color Harmonies of #A5F31E
Complementary color
Monochromatic Colors of #A5F31E
Black with #A5F31E
Text Example
Text Example
White with #A5F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F31E; }
p { color: rgb(165,243,30); }
H1.HeaderClassName
{
color: #A5F31E;
}
.AnyTagClassName
{
color: #A5F31E;
}
</style>
background-color css
<style>
a { background-color: #A5F31E; }
a { background-color: rgb(165,243,30); }
div.DivClassName
{
background-color: #A5F31E;
}
.BgClassName
{
background-color: #A5F31E;
}
</style>
border-color css
<style>
span { border-color: #A5F31E; }
span { border-color: rgb(165,243,30); }
td.TdClassName
{
border-color: #A5F31E;
}
.TagClassName
{
border-color: #A5F31E;
}
</style>