#6AED82

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

Shades of Pastel Green #6AED82

Tints of Pastel Green #6AED82

Color information

#6AED82 (or 0x6AED82) is unknown color: approx Pastel Green. HEX triplet: 6A, ED and 82. RGB value is (106,237,130). Sum of RGB (Red+Green+Blue) = 106+237+130=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AED82 is #95127D. Grayscale: #B9B9B9. Windows color (decimal): -9769598 or 8580458. OLE color: 8580458.

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

Color convert

RGB106237130-
CMYK0.5500.450.07
HSL130.99º78.44%67.25%-
HSV(B)130.99º55.27%92.94%-
XYZ40.2665.2431.59-
YUV185.6396.671.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 237 (92.97% from 255) = 50.11%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=22.41%
G=50.11%
B=27.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062371300.5500.450.07130.9978.4467.25
Hex6AED823702D7834e43
Octal152355202670557203116103
Binary1101010111011011000001011011101011011111000001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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