#6ACD70

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

Shades of Pastel Green #6ACD70

Tints of Pastel Green #6ACD70

Color information

#6ACD70 (or 0x6ACD70) is unknown color: approx Pastel Green. HEX triplet: 6A, CD and 70. RGB value is (106,205,112). Sum of RGB (Red+Green+Blue) = 106+205+112=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD70 is #95328F. Grayscale: #A5A5A5. Windows color (decimal): -9777808 or 7392618. OLE color: 7392618.

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

Color convert

RGB106205112-
CMYK0.4800.450.20
HSL123.64º49.75%60.98%-
HSV(B)123.64º48.29%80.39%-
XYZ30.747.922.96-
YUV164.898.286.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=25.06%
G=48.46%
B=26.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051120.4800.450.20123.6449.7560.98
Hex6ACD703002D147c323d
Octal15231516060055241746275
Binary11010101100110111100001100000101101101001111100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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