#6DC164

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

Shades of Fern #6DC164

Tints of Fern #6DC164

Color information

#6DC164 (or 0x6DC164) is unknown color: approx Fern. HEX triplet: 6D, C1 and 64. RGB value is (109,193,100). Sum of RGB (Red+Green+Blue) = 109+193+100=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC164 is #923E9B. Grayscale: #9D9D9D. Windows color (decimal): -9584284 or 6603117. OLE color: 6603117.

HSL color Cylindrical-coordinate representation of color #6DC164: hue angle of 114.19º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DC164 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB109193100-
CMYK0.4400.480.24
HSL114.19º42.86%57.45%-
HSV(B)114.19º48.19%75.69%-
XYZ27.6842.3118.76-
YUV157.2895.6793.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.11%
GREEN value IS 193 (75.78% from 255) = 48.01%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=27.11%
G=48.01%
B=24.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091931000.4400.480.24114.1942.8657.45
Hex6DC1642C03018722b39
Octal15530114454060301625371
Binary11011011100000111001001011000110000110001110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,193,100); }

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

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

 a { background-color: rgb(109,193,100); }

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

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

 span { border-color: rgb(109,193,100); }

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