#6AB46C

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

Shades of Fern #6AB46C

Tints of Fern #6AB46C

Color information

#6AB46C (or 0x6AB46C) is unknown color: approx Fern. HEX triplet: 6A, B4 and 6C. RGB value is (106,180,108). Sum of RGB (Red+Green+Blue) = 106+180+108=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB46C is #954B93. Grayscale: #959595. Windows color (decimal): -9784212 or 7124074. OLE color: 7124074.

HSL color Cylindrical-coordinate representation of color #6AB46C: hue angle of 121.62º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB46C is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB106180108-
CMYK0.4100.400.29
HSL121.62º33.04%56.08%-
HSV(B)121.62º41.11%70.59%-
XYZ24.9736.7919.97-
YUV149.67104.4896.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=26.90%
G=45.69%
B=27.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061801080.4100.400.29121.6233.0456.08
Hex6AB46C290281D7a2138
Octal15226415451050351724170
Binary11010101011010011011001010010101000111011111010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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