#6AEB78

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

Shades of Pastel Green #6AEB78

Tints of Pastel Green #6AEB78

Color information

#6AEB78 (or 0x6AEB78) is unknown color: approx Pastel Green. HEX triplet: 6A, EB and 78. RGB value is (106,235,120). Sum of RGB (Red+Green+Blue) = 106+235+120=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AEB78 is #951487. Grayscale: #B7B7B7. Windows color (decimal): -9770120 or 7924586. OLE color: 7924586.

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

Color convert

RGB106235120-
CMYK0.5500.490.08
HSL126.51º76.33%66.86%-
HSV(B)126.51º54.89%92.16%-
XYZ39.0463.8428.03-
YUV183.3292.2672.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.99%
GREEN value IS 235 (92.19% from 255) = 50.98%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=22.99%
G=50.98%
B=26.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062351200.5500.490.08126.5176.3366.86
Hex6AEB783703187f4c43
Octal1523531706706110177114103
Binary110101011101011111100011011101100011000111111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,235,120); }

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

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

 a { background-color: rgb(106,235,120); }

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

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

 span { border-color: rgb(106,235,120); }

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