Shades of Light Green #7AF28B
Tints of Light Green #7AF28B
RGB
CMYK
RGB Variations
Color information
#7AF28B (or 0x7AF28B) is known color: Light Green. HEX triplet: 7A, F2 and 8B. RGB value is (122,242,139). Sum of RGB (Red+Green+Blue) = 122+242+139=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF28B is #850D74. Grayscale: #C2C2C2. Windows color (decimal): -8719733 or 9171578. OLE color: 9171578.
HSL color Cylindrical-coordinate representation of color #7AF28B: hue angle of 128.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF28B is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 139 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.05 |
| HSL | 128.5º | 0.82% | 0.71% | - |
| HSV(B) | 128.5º | 0.5% | 0.95% | - |
| XYZ | 44.44 | 69.51 | 35.5 | - |
| YUV | 194.38 | 96.74 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 139 | 0.50 | 0 | 0.43 | 0.05 | 128.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | 8B | 32 | 0 | 2B | 5 | 80 | 52 | 47 |
| Octal | 172 | 362 | 213 | 62 | 0 | 53 | 5 | 200 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10001011 | 110010 | 0 | 101011 | 101 | 10000000 | 1010010 | 1000111 |
Color Harmonies of #7AF28B
Complementary color
Monochromatic Colors of #7AF28B
Black with #7AF28B
Text Example
Text Example
White with #7AF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF28B; }
p { color: rgb(122,242,139); }
H1.HeaderClassName
{
color: #7AF28B;
}
.AnyTagClassName
{
color: #7AF28B;
}
</style>
background-color css
<style>
a { background-color: #7AF28B; }
a { background-color: rgb(122,242,139); }
div.DivClassName
{
background-color: #7AF28B;
}
.BgClassName
{
background-color: #7AF28B;
}
</style>
border-color css
<style>
span { border-color: #7AF28B; }
span { border-color: rgb(122,242,139); }
td.TdClassName
{
border-color: #7AF28B;
}
.TagClassName
{
border-color: #7AF28B;
}
</style>