#6ACA6E

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

Shades of Fern #6ACA6E

Tints of Fern #6ACA6E

Color information

#6ACA6E (or 0x6ACA6E) is unknown color: approx Fern. HEX triplet: 6A, CA and 6E. RGB value is (106,202,110). Sum of RGB (Red+Green+Blue) = 106+202+110=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA6E is #953591. Grayscale: #A3A3A3. Windows color (decimal): -9778578 or 7260778. OLE color: 7260778.

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

Color convert

RGB106202110-
CMYK0.4800.460.21
HSL122.5º47.52%60.39%-
HSV(B)122.5º47.52%79.22%-
XYZ29.8846.4322.14-
YUV162.8198.287.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.36%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=25.36%
G=48.33%
B=26.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062021100.4800.460.21122.547.5260.39
Hex6ACA6E3002E157a303c
Octal15231215660056251726074
Binary11010101100101011011101100000101110101011111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,110); }

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

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

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

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

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

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

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