Shades of Light Green #7AF38D
Tints of Light Green #7AF38D
RGB
CMYK
RGB Variations
Color information
#7AF38D (or 0x7AF38D) is known color: Light Green. HEX triplet: 7A, F3 and 8D. RGB value is (122,243,141). Sum of RGB (Red+Green+Blue) = 122+243+141=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF38D is #850C72. Grayscale: #C3C3C3. Windows color (decimal): -8719475 or 9302906. OLE color: 9302906.
HSL color Cylindrical-coordinate representation of color #7AF38D: hue angle of 129.42º 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 #7AF38D is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 141 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.05 |
| HSL | 129.42º | 0.83% | 0.72% | - |
| HSV(B) | 129.42º | 0.5% | 0.95% | - |
| XYZ | 44.88 | 70.16 | 36.38 | - |
| YUV | 195.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 141 | 0.50 | 0 | 0.42 | 0.05 | 129.42 | 0.83 | 0.72 |
| Hex | 7A | F3 | 8D | 32 | 0 | 2A | 5 | 81 | 53 | 48 |
| Octal | 172 | 363 | 215 | 62 | 0 | 52 | 5 | 201 | 123 | 110 |
| Binary | 1111010 | 11110011 | 10001101 | 110010 | 0 | 101010 | 101 | 10000001 | 1010011 | 1001000 |
Color Harmonies of #7AF38D
Complementary color
Monochromatic Colors of #7AF38D
Black with #7AF38D
Text Example
Text Example
White with #7AF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF38D; }
p { color: rgb(122,243,141); }
H1.HeaderClassName
{
color: #7AF38D;
}
.AnyTagClassName
{
color: #7AF38D;
}
</style>
background-color css
<style>
a { background-color: #7AF38D; }
a { background-color: rgb(122,243,141); }
div.DivClassName
{
background-color: #7AF38D;
}
.BgClassName
{
background-color: #7AF38D;
}
</style>
border-color css
<style>
span { border-color: #7AF38D; }
span { border-color: rgb(122,243,141); }
td.TdClassName
{
border-color: #7AF38D;
}
.TagClassName
{
border-color: #7AF38D;
}
</style>