#6AC86C

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

Shades of Fern #6AC86C

Tints of Fern #6AC86C

Color information

#6AC86C (or 0x6AC86C) is unknown color: approx Fern. HEX triplet: 6A, C8 and 6C. RGB value is (106,200,108). Sum of RGB (Red+Green+Blue) = 106+200+108=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC86C is #953793. Grayscale: #A1A1A1. Windows color (decimal): -9779092 or 7129194. OLE color: 7129194.

HSL color Cylindrical-coordinate representation of color #6AC86C: hue angle of 121.28º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC86C is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB106200108-
CMYK0.4700.460.22
HSL121.28º46.08%60%-
HSV(B)121.28º47%78.43%-
XYZ29.345.4621.42-
YUV161.4197.8688.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 200 (78.52% from 255) = 48.31%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=25.60%
G=48.31%
B=26.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1062001080.4700.460.22121.2846.0860
Hex6AC86C2F02E16792e3c
Octal15231015457056261715674
Binary11010101100100011011001011110101110101101111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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