#6AED95

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

Shades of Pastel Green #6AED95

Tints of Pastel Green #6AED95

Color information

#6AED95 (or 0x6AED95) is unknown color: approx Pastel Green. HEX triplet: 6A, ED and 95. RGB value is (106,237,149). Sum of RGB (Red+Green+Blue) = 106+237+149=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AED95 is #95126A. Grayscale: #BCBCBC. Windows color (decimal): -9769579 or 9825642. OLE color: 9825642.

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

Color convert

RGB106237149-
CMYK0.5500.370.07
HSL139.69º78.44%67.25%-
HSV(B)139.69º55.27%92.94%-
XYZ41.6565.838.94-
YUV187.8106.169.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 237 (92.97% from 255) = 48.17%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=21.54%
G=48.17%
B=30.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062371490.5500.370.07139.6978.4467.25
Hex6AED953702578c4e43
Octal152355225670457214116103
Binary1101010111011011001010111011101001011111000110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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