#6ACD60

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

Shades of Fern #6ACD60

Tints of Fern #6ACD60

Color information

#6ACD60 (or 0x6ACD60) is unknown color: approx Fern. HEX triplet: 6A, CD and 60. RGB value is (106,205,96). Sum of RGB (Red+Green+Blue) = 106+205+96=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD60 is #95329F. Grayscale: #A3A3A3. Windows color (decimal): -9777824 or 6344042. OLE color: 6344042.

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

Color convert

RGB10620596-
CMYK0.4800.530.20
HSL114.5º52.15%59.02%-
HSV(B)114.5º53.17%80.39%-
XYZ29.8947.5718.67-
YUV162.9790.287.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 205 (80.47% from 255) = 50.37%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=26.04%
G=50.37%
B=23.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106205960.4800.530.20114.552.1559.02
Hex6ACD60300351472343b
Octal15231514060065241626473
Binary11010101100110111000001100000110101101001110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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