Shades of Yellow Green #7ACD30
Tints of Yellow Green #7ACD30
RGB
CMYK
RGB Variations
Color information
#7ACD30 (or 0x7ACD30) is known color: Yellow Green. HEX triplet: 7A, CD and 30. RGB value is (122,205,48). Sum of RGB (Red+Green+Blue) = 122+205+48=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD30 is #8532CF. Grayscale: #A2A2A2. Windows color (decimal): -8729296 or 3198330. OLE color: 3198330.
HSL color Cylindrical-coordinate representation of color #7ACD30: hue angle of 91.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7ACD30 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 48 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.20 |
| HSL | 91.72º | 0.62% | 0.5% | - |
| HSV(B) | 91.72º | 0.77% | 0.8% | - |
| XYZ | 30.39 | 48.01 | 10.46 | - |
| YUV | 162.29 | 63.5 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 48 | 0.40 | 0 | 0.77 | 0.20 | 91.72 | 0.62 | 0.5 |
| Hex | 7A | CD | 30 | 28 | 0 | 4D | 14 | 5C | 3E | 32 |
| Octal | 172 | 315 | 60 | 50 | 0 | 115 | 24 | 134 | 76 | 62 |
| Binary | 1111010 | 11001101 | 110000 | 101000 | 0 | 1001101 | 10100 | 1011100 | 111110 | 110010 |
Color Harmonies of #7ACD30
Complementary color
Monochromatic Colors of #7ACD30
Black with #7ACD30
Text Example
Text Example
White with #7ACD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD30; }
p { color: rgb(122,205,48); }
H1.HeaderClassName
{
color: #7ACD30;
}
.AnyTagClassName
{
color: #7ACD30;
}
</style>
background-color css
<style>
a { background-color: #7ACD30; }
a { background-color: rgb(122,205,48); }
div.DivClassName
{
background-color: #7ACD30;
}
.BgClassName
{
background-color: #7ACD30;
}
</style>
border-color css
<style>
span { border-color: #7ACD30; }
span { border-color: rgb(122,205,48); }
td.TdClassName
{
border-color: #7ACD30;
}
.TagClassName
{
border-color: #7ACD30;
}
</style>