#6AD56C

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

Shades of Pastel Green #6AD56C

Tints of Pastel Green #6AD56C

Color information

#6AD56C (or 0x6AD56C) is unknown color: approx Pastel Green. HEX triplet: 6A, D5 and 6C. RGB value is (106,213,108). Sum of RGB (Red+Green+Blue) = 106+213+108=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD56C is #952A93. Grayscale: #A9A9A9. Windows color (decimal): -9775764 or 7132522. OLE color: 7132522.

HSL color Cylindrical-coordinate representation of color #6AD56C: hue angle of 121.12º 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 #6AD56C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB106213108-
CMYK0.5000.490.16
HSL121.12º56.02%62.55%-
HSV(B)121.12º50.23%83.53%-
XYZ32.4451.7422.46-
YUV169.0493.5583.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 213 (83.59% from 255) = 49.88%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=24.82%
G=49.88%
B=25.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1062131080.5000.490.16121.1256.0262.55
Hex6AD56C320311079383f
Octal15232515462061201717077
Binary11010101101010111011001100100110001100001111001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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