#6ACA6C

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

Shades of Fern #6ACA6C

Tints of Fern #6ACA6C

Color information

#6ACA6C (or 0x6ACA6C) is unknown color: approx Fern. HEX triplet: 6A, CA and 6C. RGB value is (106,202,108). Sum of RGB (Red+Green+Blue) = 106+202+108=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA6C is #953593. Grayscale: #A2A2A2. Windows color (decimal): -9778580 or 7129706. OLE color: 7129706.

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

Color convert

RGB106202108-
CMYK0.4800.470.21
HSL121.25º47.52%60.39%-
HSV(B)121.25º47.52%79.22%-
XYZ29.7746.3921.57-
YUV162.5897.287.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=25.48%
G=48.56%
B=25.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062021080.4800.470.21121.2547.5260.39
Hex6ACA6C3002F1579303c
Octal15231215460057251716074
Binary11010101100101011011001100000101111101011111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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