#6AE768

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

Shades of Pastel Green #6AE768

Tints of Pastel Green #6AE768

Color information

#6AE768 (or 0x6AE768) is unknown color: approx Pastel Green. HEX triplet: 6A, E7 and 68. RGB value is (106,231,104). Sum of RGB (Red+Green+Blue) = 106+231+104=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AE768 is #951897. Grayscale: #B3B3B3. Windows color (decimal): -9771160 or 6874986. OLE color: 6874986.

HSL color Cylindrical-coordinate representation of color #6AE768: hue angle of 119.06º degrees, saturation: 0.73, 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 #6AE768 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB106231104-
CMYK0.5400.550.09
HSL119.06º72.57%65.69%-
HSV(B)119.06º54.98%90.59%-
XYZ37.0261.2222.96-
YUV179.1585.5975.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.04%
GREEN value IS 231 (90.62% from 255) = 52.38%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=24.04%
G=52.38%
B=23.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062311040.5400.550.09119.0672.5765.69
Hex6AE768360379774942
Octal1523471506606711167111102
Binary110101011100111110100011011001101111001111011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,231,104); }

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

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

 a { background-color: rgb(106,231,104); }

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

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

 span { border-color: rgb(106,231,104); }

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