#6ACD6F

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

Shades of Pastel Green #6ACD6F

Tints of Pastel Green #6ACD6F

Color information

#6ACD6F (or 0x6ACD6F) is unknown color: approx Pastel Green. HEX triplet: 6A, CD and 6F. RGB value is (106,205,111). Sum of RGB (Red+Green+Blue) = 106+205+111=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD6F is #953290. Grayscale: #A4A4A4. Windows color (decimal): -9777809 or 7327082. OLE color: 7327082.

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

Color convert

RGB106205111-
CMYK0.4800.460.20
HSL123.03º49.75%60.98%-
HSV(B)123.03º48.29%80.39%-
XYZ30.6447.8722.66-
YUV164.6897.786.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.12%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=25.12%
G=48.58%
B=26.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051110.4800.460.20123.0349.7560.98
Hex6ACD6F3002E147b323d
Octal15231515760056241736275
Binary11010101100110111011111100000101110101001111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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