#6ACD67

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

Shades of Pastel Green #6ACD67

Tints of Pastel Green #6ACD67

Color information

#6ACD67 (or 0x6ACD67) is unknown color: approx Pastel Green. HEX triplet: 6A, CD and 67. RGB value is (106,205,103). Sum of RGB (Red+Green+Blue) = 106+205+103=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD67 is #953298. Grayscale: #A4A4A4. Windows color (decimal): -9777817 or 6802794. OLE color: 6802794.

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

Color convert

RGB106205103-
CMYK0.4800.500.20
HSL118.24º50.5%60.39%-
HSV(B)118.24º49.76%80.39%-
XYZ30.2247.7120.45-
YUV163.7793.786.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=25.60%
G=49.52%
B=24.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051030.4800.500.20118.2450.560.39
Hex6ACD67300321476323c
Octal15231514760062241666274
Binary11010101100110111001111100000110010101001110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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