Shades of Light Green #70FF9C
Tints of Light Green #70FF9C
RGB
CMYK
RGB Variations
Color information
#70FF9C (or 0x70FF9C) is known color: Light Green. HEX triplet: 70, FF and 9C. RGB value is (112,255,156). Sum of RGB (Red+Green+Blue) = 112+255+156=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF9C is #8F0063. Grayscale: #C9C9C9. Windows color (decimal): -9371748 or 10289008. OLE color: 10289008.
HSL color Cylindrical-coordinate representation of color #70FF9C: hue angle of 138.46º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FF9C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 156 | - |
| CMYK | 0.56 | 0 | 0.39 | 0 |
| HSL | 138.46º | 1% | 0.72% | - |
| HSV(B) | 138.46º | 0.56% | 1% | - |
| XYZ | 48.44 | 77.37 | 43.83 | - |
| YUV | 200.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 156 | 0.56 | 0 | 0.39 | 0 | 138.46 | 1 | 0.72 |
| Hex | 70 | FF | 9C | 38 | 0 | 27 | 0 | 8A | 64 | 48 |
| Octal | 160 | 377 | 234 | 70 | 0 | 47 | 0 | 212 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10011100 | 111000 | 0 | 100111 | 0 | 10001010 | 1100100 | 1001000 |
Color Harmonies of #70FF9C
Complementary color
Monochromatic Colors of #70FF9C
Black with #70FF9C
Text Example
Text Example
White with #70FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF9C; }
p { color: rgb(112,255,156); }
H1.HeaderClassName
{
color: #70FF9C;
}
.AnyTagClassName
{
color: #70FF9C;
}
</style>
background-color css
<style>
a { background-color: #70FF9C; }
a { background-color: rgb(112,255,156); }
div.DivClassName
{
background-color: #70FF9C;
}
.BgClassName
{
background-color: #70FF9C;
}
</style>
border-color css
<style>
span { border-color: #70FF9C; }
span { border-color: rgb(112,255,156); }
td.TdClassName
{
border-color: #70FF9C;
}
.TagClassName
{
border-color: #70FF9C;
}
</style>