#6ACD6C

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

Shades of Pastel Green #6ACD6C

Tints of Pastel Green #6ACD6C

Color information

#6ACD6C (or 0x6ACD6C) is unknown color: approx Pastel Green. HEX triplet: 6A, CD and 6C. RGB value is (106,205,108). Sum of RGB (Red+Green+Blue) = 106+205+108=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD6C is #953293. Grayscale: #A4A4A4. Windows color (decimal): -9777812 or 7130474. OLE color: 7130474.

HSL color Cylindrical-coordinate representation of color #6ACD6C: hue angle of 121.21º 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 #6ACD6C is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB106205108-
CMYK0.4800.470.20
HSL121.21º49.75%60.98%-
HSV(B)121.21º48.29%80.39%-
XYZ30.4847.8121.81-
YUV164.3496.286.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 205 (80.47% from 255) = 48.93%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=25.30%
G=48.93%
B=25.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051080.4800.470.20121.2149.7560.98
Hex6ACD6C3002F1479323d
Octal15231515460057241716275
Binary11010101100110111011001100000101111101001111001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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