#6AEE80

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

Shades of Pastel Green #6AEE80

Tints of Pastel Green #6AEE80

Color information

#6AEE80 (or 0x6AEE80) is unknown color: approx Pastel Green. HEX triplet: 6A, EE and 80. RGB value is (106,238,128). Sum of RGB (Red+Green+Blue) = 106+238+128=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEE80 is #95117F. Grayscale: #BABABA. Windows color (decimal): -9769344 or 8449642. OLE color: 8449642.

HSL color Cylindrical-coordinate representation of color #6AEE80: hue angle of 130º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEE80 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB106238128-
CMYK0.5500.460.07
HSL130º79.52%67.45%-
HSV(B)130º55.46%93.33%-
XYZ40.4165.7730.99-
YUV185.9995.2770.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 238 (93.36% from 255) = 50.42%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=22.46%
G=50.42%
B=27.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062381280.5500.460.0713079.5267.45
Hex6AEE803702E7825043
Octal152356200670567202120103
Binary1101010111011101000000011011101011101111000001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,238,128); }

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

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

 a { background-color: rgb(106,238,128); }

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

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

 span { border-color: rgb(106,238,128); }

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