#6ae08c

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

Shades of Pastel Green #6AE08C

Tints of Pastel Green #6AE08C

Color information

#6AE08C (or 0x6AE08C) is unknown color: approx Pastel Green. HEX triplet: 6A, E0 and 8C. RGB value is (106,224,140). Sum of RGB (Red+Green+Blue) = 106+224+140=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE08C is #951F73. Grayscale: #B3B3B3. Windows color (decimal): -9772916 or 9232490. OLE color: 9232490.

HSL color Cylindrical-coordinate representation of color #6AE08C: hue angle of 137.29º 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 #6AE08C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB106224140-
CMYK0.5300.380.12
HSL137.29º65.56%64.71%-
HSV(B)137.29º52.68%87.84%-
XYZ37.3358.2734.09-
YUV179.14105.9175.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 224 (87.89% from 255) = 47.66%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=22.55%
G=47.66%
B=29.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062241400.5300.380.12137.2965.5664.71
Hex6AE08C35026C894241
Octal1523402146504614211102101
Binary11010101110000010001100110101010011011001000100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ae08c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,224,140); }

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

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

 a { background-color: rgb(106,224,140); }

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

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

 span { border-color: rgb(106,224,140); }

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