Shades of Green Yellow #A5E732
Tints of Green Yellow #A5E732
RGB
CMYK
RGB Variations
Color information
#A5E732 (or 0xA5E732) is known color: Green Yellow. HEX triplet: A5, E7 and 32. RGB value is (165,231,50). Sum of RGB (Red+Green+Blue) = 165+231+50=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E732 is #5A18CD. Grayscale: #BFBFBF. Windows color (decimal): -5904590 or 3336101. OLE color: 3336101.
HSL color Cylindrical-coordinate representation of color #A5E732: hue angle of 81.88º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5E732 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 50 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.09 |
| HSL | 81.88º | 0.79% | 0.55% | - |
| HSV(B) | 81.88º | 0.78% | 0.91% | - |
| XYZ | 44.67 | 65.38 | 13.28 | - |
| YUV | 190.63 | 48.63 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 50 | 0.29 | 0 | 0.78 | 0.09 | 81.88 | 0.79 | 0.55 |
| Hex | A5 | E7 | 32 | 1D | 0 | 4E | 9 | 52 | 4F | 37 |
| Octal | 245 | 347 | 62 | 35 | 0 | 116 | 11 | 122 | 117 | 67 |
| Binary | 10100101 | 11100111 | 110010 | 11101 | 0 | 1001110 | 1001 | 1010010 | 1001111 | 110111 |
Color Harmonies of #A5E732
Complementary color
Monochromatic Colors of #A5E732
Black with #A5E732
Text Example
Text Example
White with #A5E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E732; }
p { color: rgb(165,231,50); }
H1.HeaderClassName
{
color: #A5E732;
}
.AnyTagClassName
{
color: #A5E732;
}
</style>
background-color css
<style>
a { background-color: #A5E732; }
a { background-color: rgb(165,231,50); }
div.DivClassName
{
background-color: #A5E732;
}
.BgClassName
{
background-color: #A5E732;
}
</style>
border-color css
<style>
span { border-color: #A5E732; }
span { border-color: rgb(165,231,50); }
td.TdClassName
{
border-color: #A5E732;
}
.TagClassName
{
border-color: #A5E732;
}
</style>