#6CE26A

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

Shades of Pastel Green #6CE26A

Tints of Pastel Green #6CE26A

Color information

#6CE26A (or 0x6CE26A) is unknown color: approx Pastel Green. HEX triplet: 6C, E2 and 6A. RGB value is (108,226,106). Sum of RGB (Red+Green+Blue) = 108+226+106=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE26A is #931D95. Grayscale: #B1B1B1. Windows color (decimal): -9641366 or 7004780. OLE color: 7004780.

HSL color Cylindrical-coordinate representation of color #6CE26A: hue angle of 119º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE26A is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB108226106-
CMYK0.5200.530.11
HSL119º67.42%65.1%-
HSV(B)119º53.1%88.63%-
XYZ35.9858.6223.05-
YUV177.0487.9178.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.55%
GREEN value IS 226 (88.67% from 255) = 51.36%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=24.55%
G=51.36%
B=24.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1082261060.5200.530.1111967.4265.1
Hex6CE26A34035B774341
Octal1543421526406513167103101
Binary110110011100010110101011010001101011011111011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,226,106); }

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

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

 a { background-color: rgb(108,226,106); }

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

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

 span { border-color: rgb(108,226,106); }

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