Shades of Light Green #7AF38C
Tints of Light Green #7AF38C
RGB
CMYK
RGB Variations
Color information
#7AF38C (or 0x7AF38C) is known color: Light Green. HEX triplet: 7A, F3 and 8C. RGB value is (122,243,140). Sum of RGB (Red+Green+Blue) = 122+243+140=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF38C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF38C is #850C73. Grayscale: #C3C3C3. Windows color (decimal): -8719476 or 9237370. OLE color: 9237370.
HSL color Cylindrical-coordinate representation of color #7AF38C: hue angle of 128.93º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF38C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 140 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.05 |
| HSL | 128.93º | 0.83% | 0.72% | - |
| HSV(B) | 128.93º | 0.5% | 0.95% | - |
| XYZ | 44.81 | 70.13 | 35.99 | - |
| YUV | 195.08 | 96.91 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 140 | 0.50 | 0 | 0.42 | 0.05 | 128.93 | 0.83 | 0.72 |
| Hex | 7A | F3 | 8C | 32 | 0 | 2A | 5 | 81 | 53 | 48 |
| Octal | 172 | 363 | 214 | 62 | 0 | 52 | 5 | 201 | 123 | 110 |
| Binary | 1111010 | 11110011 | 10001100 | 110010 | 0 | 101010 | 101 | 10000001 | 1010011 | 1001000 |
Color Harmonies of #7AF38C
Complementary color
Monochromatic Colors of #7AF38C
Black with #7AF38C
Text Example
Text Example
White with #7AF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF38C; }
p { color: rgb(122,243,140); }
H1.HeaderClassName
{
color: #7AF38C;
}
.AnyTagClassName
{
color: #7AF38C;
}
</style>
background-color css
<style>
a { background-color: #7AF38C; }
a { background-color: rgb(122,243,140); }
div.DivClassName
{
background-color: #7AF38C;
}
.BgClassName
{
background-color: #7AF38C;
}
</style>
border-color css
<style>
span { border-color: #7AF38C; }
span { border-color: rgb(122,243,140); }
td.TdClassName
{
border-color: #7AF38C;
}
.TagClassName
{
border-color: #7AF38C;
}
</style>