#70CC6A

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

Shades of Pastel Green #70CC6A

Tints of Pastel Green #70CC6A

Color information

#70CC6A (or 0x70CC6A) is unknown color: approx Pastel Green. HEX triplet: 70, CC and 6A. RGB value is (112,204,106). Sum of RGB (Red+Green+Blue) = 112+204+106=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC6A is #8F3395. Grayscale: #A5A5A5. Windows color (decimal): -9384854 or 6999152. OLE color: 6999152.

HSL color Cylindrical-coordinate representation of color #70CC6A: hue angle of 116.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70CC6A is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB112204106-
CMYK0.4500.480.2
HSL116.33º49%60.78%-
HSV(B)116.33º48.04%80%-
XYZ30.8847.6721.21-
YUV165.3294.5289.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 204 (80.08% from 255) = 48.34%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=26.54%
G=48.34%
B=25.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041060.4500.480.2116.334960.78
Hex70CC6A2D0301474313d
Octal16031415255060241646175
Binary11100001100110011010101011010110000101001110100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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