#6AED8D

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

Shades of Pastel Green #6AED8D

Tints of Pastel Green #6AED8D

Color information

#6AED8D (or 0x6AED8D) is unknown color: approx Pastel Green. HEX triplet: 6A, ED and 8D. RGB value is (106,237,141). Sum of RGB (Red+Green+Blue) = 106+237+141=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AED8D is #951272. Grayscale: #BBBBBB. Windows color (decimal): -9769587 or 9301354. OLE color: 9301354.

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

Color convert

RGB106237141-
CMYK0.5500.410.07
HSL136.03º78.44%67.25%-
HSV(B)136.03º55.27%92.94%-
XYZ41.0465.5635.69-
YUV186.89102.170.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 237 (92.97% from 255) = 48.97%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=21.90%
G=48.97%
B=29.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062371410.5500.410.07136.0378.4467.25
Hex6AED8D370297884e43
Octal152355215670517210116103
Binary1101010111011011000110111011101010011111000100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AED8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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