#6AE96E

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

Shades of Pastel Green #6AE96E

Tints of Pastel Green #6AE96E

Color information

#6AE96E (or 0x6AE96E) is unknown color: approx Pastel Green. HEX triplet: 6A, E9 and 6E. RGB value is (106,233,110). Sum of RGB (Red+Green+Blue) = 106+233+110=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE96E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AE96E is #951691. Grayscale: #B5B5B5. Windows color (decimal): -9770642 or 7268714. OLE color: 7268714.

HSL color Cylindrical-coordinate representation of color #6AE96E: hue angle of 121.89º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE96E is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB106233110-
CMYK0.5500.530.09
HSL121.89º74.27%66.47%-
HSV(B)121.89º54.51%91.37%-
XYZ37.962.4724.81-
YUV18187.9274.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.61%
GREEN value IS 233 (91.41% from 255) = 51.89%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=23.61%
G=51.89%
B=24.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062331100.5500.530.09121.8974.2766.47
Hex6AE96E3703597a4a42
Octal1523511566706511172112102
Binary110101011101001110111011011101101011001111101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,233,110); }

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

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

 a { background-color: rgb(106,233,110); }

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

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

 span { border-color: rgb(106,233,110); }

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