Shades of Yellow Green #7ACF2A
Tints of Yellow Green #7ACF2A
RGB
CMYK
RGB Variations
Color information
#7ACF2A (or 0x7ACF2A) is known color: Yellow Green. HEX triplet: 7A, CF and 2A. RGB value is (122,207,42). Sum of RGB (Red+Green+Blue) = 122+207+42=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF2A is #8530D5. Grayscale: #A3A3A3. Windows color (decimal): -8728790 or 2805626. OLE color: 2805626.
HSL color Cylindrical-coordinate representation of color #7ACF2A: hue angle of 90.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ACF2A is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 42 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.19 |
| HSL | 90.91º | 0.66% | 0.49% | - |
| HSV(B) | 90.91º | 0.8% | 0.81% | - |
| XYZ | 30.76 | 48.93 | 10.01 | - |
| YUV | 162.78 | 59.84 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 42 | 0.41 | 0 | 0.80 | 0.19 | 90.91 | 0.66 | 0.49 |
| Hex | 7A | CF | 2A | 29 | 0 | 50 | 13 | 5B | 42 | 31 |
| Octal | 172 | 317 | 52 | 51 | 0 | 120 | 23 | 133 | 102 | 61 |
| Binary | 1111010 | 11001111 | 101010 | 101001 | 0 | 1010000 | 10011 | 1011011 | 1000010 | 110001 |
Color Harmonies of #7ACF2A
Complementary color
Monochromatic Colors of #7ACF2A
Black with #7ACF2A
Text Example
Text Example
White with #7ACF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF2A; }
p { color: rgb(122,207,42); }
H1.HeaderClassName
{
color: #7ACF2A;
}
.AnyTagClassName
{
color: #7ACF2A;
}
</style>
background-color css
<style>
a { background-color: #7ACF2A; }
a { background-color: rgb(122,207,42); }
div.DivClassName
{
background-color: #7ACF2A;
}
.BgClassName
{
background-color: #7ACF2A;
}
</style>
border-color css
<style>
span { border-color: #7ACF2A; }
span { border-color: rgb(122,207,42); }
td.TdClassName
{
border-color: #7ACF2A;
}
.TagClassName
{
border-color: #7ACF2A;
}
</style>