Shades of Green Yellow #A5E730
Tints of Green Yellow #A5E730
RGB
CMYK
RGB Variations
Color information
#A5E730 (or 0xA5E730) is known color: Green Yellow. HEX triplet: A5, E7 and 30. RGB value is (165,231,48). Sum of RGB (Red+Green+Blue) = 165+231+48=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E730 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E730 is #5A18CF. Grayscale: #BFBFBF. Windows color (decimal): -5904592 or 3205029. OLE color: 3205029.
HSL color Cylindrical-coordinate representation of color #A5E730: hue angle of 81.64º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5E730 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 48 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.09 |
| HSL | 81.64º | 0.79% | 0.55% | - |
| HSV(B) | 81.64º | 0.79% | 0.91% | - |
| XYZ | 44.63 | 65.36 | 13.06 | - |
| YUV | 190.4 | 47.63 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 48 | 0.29 | 0 | 0.79 | 0.09 | 81.64 | 0.79 | 0.55 |
| Hex | A5 | E7 | 30 | 1D | 0 | 4F | 9 | 52 | 4F | 37 |
| Octal | 245 | 347 | 60 | 35 | 0 | 117 | 11 | 122 | 117 | 67 |
| Binary | 10100101 | 11100111 | 110000 | 11101 | 0 | 1001111 | 1001 | 1010010 | 1001111 | 110111 |
Color Harmonies of #A5E730
Complementary color
Monochromatic Colors of #A5E730
Black with #A5E730
Text Example
Text Example
White with #A5E730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E730; }
p { color: rgb(165,231,48); }
H1.HeaderClassName
{
color: #A5E730;
}
.AnyTagClassName
{
color: #A5E730;
}
</style>
background-color css
<style>
a { background-color: #A5E730; }
a { background-color: rgb(165,231,48); }
div.DivClassName
{
background-color: #A5E730;
}
.BgClassName
{
background-color: #A5E730;
}
</style>
border-color css
<style>
span { border-color: #A5E730; }
span { border-color: rgb(165,231,48); }
td.TdClassName
{
border-color: #A5E730;
}
.TagClassName
{
border-color: #A5E730;
}
</style>