Shades of Yellow Green #A4D730
Tints of Yellow Green #A4D730
RGB
CMYK
RGB Variations
Color information
#A4D730 (or 0xA4D730) is known color: Yellow Green. HEX triplet: A4, D7 and 30. RGB value is (164,215,48). Sum of RGB (Red+Green+Blue) = 164+215+48=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D730 is #5B28CF. Grayscale: #B5B5B5. Windows color (decimal): -5974224 or 3200932. OLE color: 3200932.
HSL color Cylindrical-coordinate representation of color #A4D730: hue angle of 78.32º 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 #A4D730 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 48 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.16 |
| HSL | 78.32º | 0.68% | 0.52% | - |
| HSV(B) | 78.32º | 0.78% | 0.84% | - |
| XYZ | 40.14 | 56.71 | 11.63 | - |
| YUV | 180.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 48 | 0.24 | 0 | 0.78 | 0.16 | 78.32 | 0.68 | 0.52 |
| Hex | A4 | D7 | 30 | 18 | 0 | 4E | 10 | 4E | 44 | 34 |
| Octal | 244 | 327 | 60 | 30 | 0 | 116 | 20 | 116 | 104 | 64 |
| Binary | 10100100 | 11010111 | 110000 | 11000 | 0 | 1001110 | 10000 | 1001110 | 1000100 | 110100 |
Color Harmonies of #A4D730
Complementary color
Monochromatic Colors of #A4D730
Black with #A4D730
Text Example
Text Example
White with #A4D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D730; }
p { color: rgb(164,215,48); }
H1.HeaderClassName
{
color: #A4D730;
}
.AnyTagClassName
{
color: #A4D730;
}
</style>
background-color css
<style>
a { background-color: #A4D730; }
a { background-color: rgb(164,215,48); }
div.DivClassName
{
background-color: #A4D730;
}
.BgClassName
{
background-color: #A4D730;
}
</style>
border-color css
<style>
span { border-color: #A4D730; }
span { border-color: rgb(164,215,48); }
td.TdClassName
{
border-color: #A4D730;
}
.TagClassName
{
border-color: #A4D730;
}
</style>