#70F89A

Color #70F89A Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #70F89A

Tints of Light Green #70F89A

Color information

#70F89A (or 0x70F89A) is unknown color: approx Light Green. HEX triplet: 70, F8 and 9A. RGB value is (112,248,154). Sum of RGB (Red+Green+Blue) = 112+248+154=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #70F89A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F89A is #8F0765. Grayscale: #C4C4C4. Windows color (decimal): -9373542 or 10156144. OLE color: 10156144.

HSL color Cylindrical-coordinate representation of color #70F89A: hue angle of 138.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F89A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB112248154-
CMYK0.5500.380.03
HSL138.53º90.67%70.59%-
HSV(B)138.53º54.84%97.25%-
XYZ46.0872.9142.22-
YUV196.62103.9467.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 21.79%
GREEN value IS 248 (97.27% from 255) = 48.25%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=21.79%
G=48.25%
B=29.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122481540.5500.380.03138.5390.6770.59
Hex70F89A3702638b5b47
Octal160370232670463213133107
Binary111000011111000100110101101110100110111000101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70F89A; }

 p { color: rgb(112,248,154); }

 H1.HeaderClassName
 {
   color: #70F89A;
 }
 .AnyTagClassName
 {
   color: #70F89A;
 }
</style>
background-color css

<style>
 a { background-color: #70F89A; }

 a { background-color: rgb(112,248,154); }

 div.DivClassName
 {
   background-color: #70F89A;
 }
 .BgClassName
 {
   background-color: #70F89A;
 }
</style>
border-color css

<style>
 span { border-color: #70F89A; }

 span { border-color: rgb(112,248,154); }

 td.TdClassName
 {
   border-color: #70F89A;
 }
 .TagClassName
 {
   border-color: #70F89A;
 }
</style>