Shades of Light Green #7AF48C
Tints of Light Green #7AF48C
RGB
CMYK
RGB Variations
Color information
#7AF48C (or 0x7AF48C) is known color: Light Green. HEX triplet: 7A, F4 and 8C. RGB value is (122,244,140). Sum of RGB (Red+Green+Blue) = 122+244+140=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF48C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF48C is #850B73. Grayscale: #C3C3C3. Windows color (decimal): -8719220 or 9237626. OLE color: 9237626.
HSL color Cylindrical-coordinate representation of color #7AF48C: hue angle of 128.85º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF48C is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 140 | - |
| CMYK | 0.5 | 0 | 0.43 | 0.04 |
| HSL | 128.85º | 0.85% | 0.72% | - |
| HSV(B) | 128.85º | 0.5% | 0.96% | - |
| XYZ | 45.11 | 70.73 | 36.09 | - |
| YUV | 195.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 140 | 0.5 | 0 | 0.43 | 0.04 | 128.85 | 0.85 | 0.72 |
| Hex | 7A | F4 | 8C | 32 | 0 | 2B | 4 | 81 | 55 | 48 |
| Octal | 172 | 364 | 214 | 62 | 0 | 53 | 4 | 201 | 125 | 110 |
| Binary | 1111010 | 11110100 | 10001100 | 110010 | 0 | 101011 | 100 | 10000001 | 1010101 | 1001000 |
Color Harmonies of #7AF48C
Complementary color
Monochromatic Colors of #7AF48C
Black with #7AF48C
Text Example
Text Example
White with #7AF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF48C; }
p { color: rgb(122,244,140); }
H1.HeaderClassName
{
color: #7AF48C;
}
.AnyTagClassName
{
color: #7AF48C;
}
</style>
background-color css
<style>
a { background-color: #7AF48C; }
a { background-color: rgb(122,244,140); }
div.DivClassName
{
background-color: #7AF48C;
}
.BgClassName
{
background-color: #7AF48C;
}
</style>
border-color css
<style>
span { border-color: #7AF48C; }
span { border-color: rgb(122,244,140); }
td.TdClassName
{
border-color: #7AF48C;
}
.TagClassName
{
border-color: #7AF48C;
}
</style>