#6CEA70

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

Shades of Pastel Green #6CEA70

Tints of Pastel Green #6CEA70

Color information

#6CEA70 (or 0x6CEA70) is unknown color: approx Pastel Green. HEX triplet: 6C, EA and 70. RGB value is (108,234,112). Sum of RGB (Red+Green+Blue) = 108+234+112=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEA70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CEA70 is #93158F. Grayscale: #B6B6B6. Windows color (decimal): -9639312 or 7400044. OLE color: 7400044.

HSL color Cylindrical-coordinate representation of color #6CEA70: hue angle of 121.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEA70 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB108234112-
CMYK0.5400.520.08
HSL121.9º75%67.06%-
HSV(B)121.9º53.85%91.76%-
XYZ38.5363.225.5-
YUV182.4288.2674.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.79%
GREEN value IS 234 (91.80% from 255) = 51.54%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=23.79%
G=51.54%
B=24.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1082341120.5400.520.08121.97567.06
Hex6CEA703603487a4b43
Octal1543521606606410172113103
Binary110110011101010111000011011001101001000111101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CEA70; }

 p { color: rgb(108,234,112); }

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

<style>
 a { background-color: #6CEA70; }

 a { background-color: rgb(108,234,112); }

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

<style>
 span { border-color: #6CEA70; }

 span { border-color: rgb(108,234,112); }

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