Shades of Yellow Green #A4D82F
Tints of Yellow Green #A4D82F
RGB
CMYK
RGB Variations
Color information
#A4D82F (or 0xA4D82F) is known color: Yellow Green. HEX triplet: A4, D8 and 2F. RGB value is (164,216,47). Sum of RGB (Red+Green+Blue) = 164+216+47=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D82F is #5B27D0. Grayscale: #B5B5B5. Windows color (decimal): -5973969 or 3135652. OLE color: 3135652.
HSL color Cylindrical-coordinate representation of color #A4D82F: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4D82F is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 216 | 47 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.15 |
| HSL | 78.46º | 0.68% | 0.52% | - |
| HSV(B) | 78.46º | 0.78% | 0.85% | - |
| XYZ | 40.38 | 57.21 | 11.6 | - |
| YUV | 181.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 47 | 0.24 | 0 | 0.78 | 0.15 | 78.46 | 0.68 | 0.52 |
| Hex | A4 | D8 | 2F | 18 | 0 | 4E | F | 4E | 44 | 34 |
| Octal | 244 | 330 | 57 | 30 | 0 | 116 | 17 | 116 | 104 | 64 |
| Binary | 10100100 | 11011000 | 101111 | 11000 | 0 | 1001110 | 1111 | 1001110 | 1000100 | 110100 |
Color Harmonies of #A4D82F
Complementary color
Monochromatic Colors of #A4D82F
Black with #A4D82F
Text Example
Text Example
White with #A4D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D82F; }
p { color: rgb(164,216,47); }
H1.HeaderClassName
{
color: #A4D82F;
}
.AnyTagClassName
{
color: #A4D82F;
}
</style>
background-color css
<style>
a { background-color: #A4D82F; }
a { background-color: rgb(164,216,47); }
div.DivClassName
{
background-color: #A4D82F;
}
.BgClassName
{
background-color: #A4D82F;
}
</style>
border-color css
<style>
span { border-color: #A4D82F; }
span { border-color: rgb(164,216,47); }
td.TdClassName
{
border-color: #A4D82F;
}
.TagClassName
{
border-color: #A4D82F;
}
</style>