#6ACD7C

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

Shades of Pastel Green #6ACD7C

Tints of Pastel Green #6ACD7C

Color information

#6ACD7C (or 0x6ACD7C) is unknown color: approx Pastel Green. HEX triplet: 6A, CD and 7C. RGB value is (106,205,124). Sum of RGB (Red+Green+Blue) = 106+205+124=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD7C is #953283. Grayscale: #A6A6A6. Windows color (decimal): -9777796 or 8179050. OLE color: 8179050.

HSL color Cylindrical-coordinate representation of color #6ACD7C: hue angle of 130.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACD7C is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB106205124-
CMYK0.4800.400.20
HSL130.91º49.75%60.98%-
HSV(B)130.91º48.29%80.39%-
XYZ31.4148.1826.71-
YUV166.16104.285.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=24.37%
G=47.13%
B=28.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051240.4800.400.20130.9149.7560.98
Hex6ACD7C300281483323d
Octal15231517460050242036275
Binary110101011001101111110011000001010001010010000011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,205,124); }

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

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

 a { background-color: rgb(106,205,124); }

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

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

 span { border-color: rgb(106,205,124); }

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