#6AF37E

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

Shades of Pastel Green #6AF37E

Tints of Pastel Green #6AF37E

Color information

#6AF37E (or 0x6AF37E) is unknown color: approx Pastel Green. HEX triplet: 6A, F3 and 7E. RGB value is (106,243,126). Sum of RGB (Red+Green+Blue) = 106+243+126=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF37E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF37E is #950C81. Grayscale: #BDBDBD. Windows color (decimal): -9768066 or 8319850. OLE color: 8319850.

HSL color Cylindrical-coordinate representation of color #6AF37E: hue angle of 128.76º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF37E is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB106243126-
CMYK0.5600.480.05
HSL128.76º85.09%68.43%-
HSV(B)128.76º56.38%95.29%-
XYZ41.7668.6730.79-
YUV188.792.6169.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.32%
GREEN value IS 243 (95.31% from 255) = 51.16%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=22.32%
G=51.16%
B=26.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062431260.5600.480.05128.7685.0968.43
Hex6AF37E380305815544
Octal152363176700605201125104
Binary110101011110011111111011100001100001011000000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,126); }

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

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

 a { background-color: rgb(106,243,126); }

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

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

 span { border-color: rgb(106,243,126); }

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