#6CE16A

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

Shades of Pastel Green #6CE16A

Tints of Pastel Green #6CE16A

Color information

#6CE16A (or 0x6CE16A) is unknown color: approx Pastel Green. HEX triplet: 6C, E1 and 6A. RGB value is (108,225,106). Sum of RGB (Red+Green+Blue) = 108+225+106=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE16A is #931E95. Grayscale: #B0B0B0. Windows color (decimal): -9641622 or 7004524. OLE color: 7004524.

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

Color convert

RGB108225106-
CMYK0.5200.530.12
HSL118.99º66.48%64.9%-
HSV(B)118.99º52.89%88.24%-
XYZ35.7158.0822.96-
YUV176.4588.2479.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.60%
GREEN value IS 225 (88.28% from 255) = 51.25%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=24.60%
G=51.25%
B=24.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082251060.5200.530.12118.9966.4864.9
Hex6CE16A34035C774241
Octal1543411526406514167102101
Binary110110011100001110101011010001101011100111011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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