Shades of Light Green #70F19A
Tints of Light Green #70F19A
RGB
CMYK
RGB Variations
Color information
#70F19A (or 0x70F19A) is known color: Light Green. HEX triplet: 70, F1 and 9A. RGB value is (112,241,154). Sum of RGB (Red+Green+Blue) = 112+241+154=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #70F19A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F19A is #8F0E65. Grayscale: #C0C0C0. Windows color (decimal): -9375334 or 10154352. OLE color: 10154352.
HSL color Cylindrical-coordinate representation of color #70F19A: hue angle of 139.53º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F19A is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 154 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.05 |
| HSL | 139.53º | 0.82% | 0.69% | - |
| HSV(B) | 139.53º | 0.54% | 0.95% | - |
| XYZ | 43.97 | 68.69 | 41.51 | - |
| YUV | 192.51 | 106.26 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 154 | 0.54 | 0 | 0.36 | 0.05 | 139.53 | 0.82 | 0.69 |
| Hex | 70 | F1 | 9A | 36 | 0 | 24 | 5 | 8C | 52 | 45 |
| Octal | 160 | 361 | 232 | 66 | 0 | 44 | 5 | 214 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10011010 | 110110 | 0 | 100100 | 101 | 10001100 | 1010010 | 1000101 |
Color Harmonies of #70F19A
Complementary color
Monochromatic Colors of #70F19A
Black with #70F19A
Text Example
Text Example
White with #70F19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F19A; }
p { color: rgb(112,241,154); }
H1.HeaderClassName
{
color: #70F19A;
}
.AnyTagClassName
{
color: #70F19A;
}
</style>
background-color css
<style>
a { background-color: #70F19A; }
a { background-color: rgb(112,241,154); }
div.DivClassName
{
background-color: #70F19A;
}
.BgClassName
{
background-color: #70F19A;
}
</style>
border-color css
<style>
span { border-color: #70F19A; }
span { border-color: rgb(112,241,154); }
td.TdClassName
{
border-color: #70F19A;
}
.TagClassName
{
border-color: #70F19A;
}
</style>