#6AE05A

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

Shades of Pastel Green #6AE05A

Tints of Pastel Green #6AE05A

Color information

#6AE05A (or 0x6AE05A) is unknown color: approx Pastel Green. HEX triplet: 6A, E0 and 5A. RGB value is (106,224,90). Sum of RGB (Red+Green+Blue) = 106+224+90=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE05A is #951FA5. Grayscale: #ADADAD. Windows color (decimal): -9772966 or 5955690. OLE color: 5955690.

HSL color Cylindrical-coordinate representation of color #6AE05A: hue angle of 112.84º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AE05A is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB10622490-
CMYK0.5300.600.12
HSL112.84º68.37%61.57%-
HSV(B)112.84º59.82%87.84%-
XYZ34.4457.1118.88-
YUV173.4480.9179.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 224 (87.89% from 255) = 53.33%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=25.24%
G=53.33%
B=21.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106224900.5300.600.12112.8468.3761.57
Hex6AE05A3503CC71443e
Octal152340132650741416110476
Binary11010101110000010110101101010111100110011100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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