#6AC378

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

Shades of Fern #6AC378

Tints of Fern #6AC378

Color information

#6AC378 (or 0x6AC378) is unknown color: approx Fern. HEX triplet: 6A, C3 and 78. RGB value is (106,195,120). Sum of RGB (Red+Green+Blue) = 106+195+120=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC378 is #953C87. Grayscale: #A0A0A0. Windows color (decimal): -9780360 or 7914346. OLE color: 7914346.

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

Color convert

RGB106195120-
CMYK0.4600.380.24
HSL129.44º42.58%59.02%-
HSV(B)129.44º45.64%76.47%-
XYZ28.8543.4524.64-
YUV159.84105.5189.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=25.18%
G=46.32%
B=28.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061951200.4600.380.24129.4442.5859.02
Hex6AC3782E02618812b3b
Octal15230317056046302015373
Binary110101011000011111100010111001001101100010000001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,195,120); }

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

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

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

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

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

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

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