#70E292

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

Shades of Pastel Green #70E292

Tints of Pastel Green #70E292

Color information

#70E292 (or 0x70E292) is unknown color: approx Pastel Green. HEX triplet: 70, E2 and 92. RGB value is (112,226,146). Sum of RGB (Red+Green+Blue) = 112+226+146=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #70E292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E292 is #8F1D6D. Grayscale: #B7B7B7. Windows color (decimal): -9379182 or 9626224. OLE color: 9626224.

HSL color Cylindrical-coordinate representation of color #70E292: hue angle of 137.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E292 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB112226146-
CMYK0.5000.350.11
HSL137.89º66.28%66.27%-
HSV(B)137.89º50.44%88.63%-
XYZ39.0759.9136.7-
YUV182.79107.2377.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 226 (88.67% from 255) = 46.69%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=23.14%
G=46.69%
B=30.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122261460.5000.350.11137.8966.2866.27
Hex70E29232023B8a4242
Octal1603422226204313212102102
Binary11100001110001010010010110010010001110111000101010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,226,146); }

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

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

 a { background-color: rgb(112,226,146); }

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

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

 span { border-color: rgb(112,226,146); }

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