#6AD586

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

Shades of Pastel Green #6AD586

Tints of Pastel Green #6AD586

Color information

#6AD586 (or 0x6AD586) is unknown color: approx Pastel Green. HEX triplet: 6A, D5 and 86. RGB value is (106,213,134). Sum of RGB (Red+Green+Blue) = 106+213+134=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD586 is #952A79. Grayscale: #ACACAC. Windows color (decimal): -9775738 or 8836458. OLE color: 8836458.

HSL color Cylindrical-coordinate representation of color #6AD586: hue angle of 135.7º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD586 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB106213134-
CMYK0.5000.370.16
HSL135.7º56.02%62.55%-
HSV(B)135.7º50.23%83.53%-
XYZ34.0452.3730.87-
YUV172106.5580.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.40%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=23.40%
G=47.02%
B=29.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1062131340.5000.370.16135.756.0262.55
Hex6AD586320251088383f
Octal15232520662045202107077
Binary1101010110101011000011011001001001011000010001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,213,134); }

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

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

 a { background-color: rgb(106,213,134); }

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

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

 span { border-color: rgb(106,213,134); }

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