#6AE084

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

Shades of Pastel Green #6AE084

Tints of Pastel Green #6AE084

Color information

#6AE084 (or 0x6AE084) is unknown color: approx Pastel Green. HEX triplet: 6A, E0 and 84. RGB value is (106,224,132). Sum of RGB (Red+Green+Blue) = 106+224+132=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE084 is #951F7B. Grayscale: #B2B2B2. Windows color (decimal): -9772924 or 8708202. OLE color: 8708202.

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

Color convert

RGB106224132-
CMYK0.5300.410.12
HSL133.22º65.56%64.71%-
HSV(B)133.22º52.68%87.84%-
XYZ36.7658.0431.1-
YUV178.23101.9176.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.94%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=22.94%
G=48.48%
B=28.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062241320.5300.410.12133.2265.5664.71
Hex6AE08435029C854241
Octal1523402046505114205102101
Binary11010101110000010000100110101010100111001000010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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