Shades of Yellow Green #A5D730
Tints of Yellow Green #A5D730
RGB
CMYK
RGB Variations
Color information
#A5D730 (or 0xA5D730) is known color: Yellow Green. HEX triplet: A5, D7 and 30. RGB value is (165,215,48). Sum of RGB (Red+Green+Blue) = 165+215+48=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D730 is #5A28CF. Grayscale: #B5B5B5. Windows color (decimal): -5908688 or 3200933. OLE color: 3200933.
HSL color Cylindrical-coordinate representation of color #A5D730: hue angle of 77.96º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5D730 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 48 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.16 |
| HSL | 77.96º | 0.68% | 0.52% | - |
| HSV(B) | 77.96º | 0.78% | 0.84% | - |
| XYZ | 40.35 | 56.81 | 11.64 | - |
| YUV | 181.01 | 52.94 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 48 | 0.23 | 0 | 0.78 | 0.16 | 77.96 | 0.68 | 0.52 |
| Hex | A5 | D7 | 30 | 17 | 0 | 4E | 10 | 4E | 44 | 34 |
| Octal | 245 | 327 | 60 | 27 | 0 | 116 | 20 | 116 | 104 | 64 |
| Binary | 10100101 | 11010111 | 110000 | 10111 | 0 | 1001110 | 10000 | 1001110 | 1000100 | 110100 |
Color Harmonies of #A5D730
Complementary color
Monochromatic Colors of #A5D730
Black with #A5D730
Text Example
Text Example
White with #A5D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D730; }
p { color: rgb(165,215,48); }
H1.HeaderClassName
{
color: #A5D730;
}
.AnyTagClassName
{
color: #A5D730;
}
</style>
background-color css
<style>
a { background-color: #A5D730; }
a { background-color: rgb(165,215,48); }
div.DivClassName
{
background-color: #A5D730;
}
.BgClassName
{
background-color: #A5D730;
}
</style>
border-color css
<style>
span { border-color: #A5D730; }
span { border-color: rgb(165,215,48); }
td.TdClassName
{
border-color: #A5D730;
}
.TagClassName
{
border-color: #A5D730;
}
</style>