#6AED7E

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

Shades of Pastel Green #6AED7E

Tints of Pastel Green #6AED7E

Color information

#6AED7E (or 0x6AED7E) is unknown color: approx Pastel Green. HEX triplet: 6A, ED and 7E. RGB value is (106,237,126). Sum of RGB (Red+Green+Blue) = 106+237+126=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AED7E is #951281. Grayscale: #B9B9B9. Windows color (decimal): -9769602 or 8318314. OLE color: 8318314.

HSL color Cylindrical-coordinate representation of color #6AED7E: hue angle of 129.16º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AED7E is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB106237126-
CMYK0.5500.470.07
HSL129.16º78.44%67.25%-
HSV(B)129.16º55.27%92.94%-
XYZ39.9965.1430.2-
YUV185.1894.671.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.60%
GREEN value IS 237 (92.97% from 255) = 50.53%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=22.60%
G=50.53%
B=26.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062371260.5500.470.07129.1678.4467.25
Hex6AED7E3702F7814e43
Octal152355176670577201116103
Binary110101011101101111111011011101011111111000000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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