#70CE6A

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

Shades of Pastel Green #70CE6A

Tints of Pastel Green #70CE6A

Color information

#70CE6A (or 0x70CE6A) is unknown color: approx Pastel Green. HEX triplet: 70, CE and 6A. RGB value is (112,206,106). Sum of RGB (Red+Green+Blue) = 112+206+106=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE6A is #8F3195. Grayscale: #A6A6A6. Windows color (decimal): -9384342 or 6999664. OLE color: 6999664.

HSL color Cylindrical-coordinate representation of color #70CE6A: hue angle of 116.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CE6A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB112206106-
CMYK0.4600.490.19
HSL116.4º50.51%61.18%-
HSV(B)116.4º48.54%80.78%-
XYZ31.3548.6321.37-
YUV166.4993.8689.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 206 (80.86% from 255) = 48.58%
BLUE value IS 106 (41.80% from 255) = 25%
R=26.42%
G=48.58%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061060.4600.490.19116.450.5161.18
Hex70CE6A2E0311374333d
Octal16031615256061231646375
Binary11100001100111011010101011100110001100111110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,106); }

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

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

 a { background-color: rgb(112,206,106); }

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

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

 span { border-color: rgb(112,206,106); }

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