#6AC86A

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

Shades of Fern #6AC86A

Tints of Fern #6AC86A

Color information

#6AC86A (or 0x6AC86A) is unknown color: approx Fern. HEX triplet: 6A, C8 and 6A. RGB value is (106,200,106). Sum of RGB (Red+Green+Blue) = 106+200+106=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC86A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC86A is #953795. Grayscale: #A1A1A1. Windows color (decimal): -9779094 or 6998122. OLE color: 6998122.

HSL color Cylindrical-coordinate representation of color #6AC86A: hue angle of 120º 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 #6AC86A is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB106200106-
CMYK0.4700.470.22
HSL120º46.08%60%-
HSV(B)120º47%78.43%-
XYZ29.245.4120.86-
YUV161.1896.8688.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.73%
GREEN value IS 200 (78.52% from 255) = 48.54%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=25.73%
G=48.54%
B=25.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1062001060.4700.470.2212046.0860
Hex6AC86A2F02F16782e3c
Octal15231015257057261705674
Binary11010101100100011010101011110101111101101111000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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