#6AD978

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

Shades of Pastel Green #6AD978

Tints of Pastel Green #6AD978

Color information

#6AD978 (or 0x6AD978) is unknown color: approx Pastel Green. HEX triplet: 6A, D9 and 78. RGB value is (106,217,120). Sum of RGB (Red+Green+Blue) = 106+217+120=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD978 is #952687. Grayscale: #ADADAD. Windows color (decimal): -9774728 or 7919978. OLE color: 7919978.

HSL color Cylindrical-coordinate representation of color #6AD978: hue angle of 127.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD978 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB106217120-
CMYK0.5100.450.15
HSL127.57º59.36%63.33%-
HSV(B)127.57º51.15%85.1%-
XYZ34.1554.0526.4-
YUV172.7598.2380.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=23.93%
G=48.98%
B=27.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062171200.5100.450.15127.5759.3663.33
Hex6AD9783302DF803b3f
Octal15233117063055172007377
Binary11010101101100111110001100110101101111110000000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,217,120); }

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

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

 a { background-color: rgb(106,217,120); }

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

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

 span { border-color: rgb(106,217,120); }

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