#6AC168

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

Shades of Fern #6AC168

Tints of Fern #6AC168

Color information

#6AC168 (or 0x6AC168) is unknown color: approx Fern. HEX triplet: 6A, C1 and 68. RGB value is (106,193,104). Sum of RGB (Red+Green+Blue) = 106+193+104=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC168 is #953E97. Grayscale: #9D9D9D. Windows color (decimal): -9780888 or 6865258. OLE color: 6865258.

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

Color convert

RGB106193104-
CMYK0.4500.460.24
HSL118.65º41.78%58.24%-
HSV(B)118.65º46.11%75.69%-
XYZ27.5142.219.79-
YUV156.8498.1891.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.30%
GREEN value IS 193 (75.78% from 255) = 47.89%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=26.30%
G=47.89%
B=25.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061931040.4500.460.24118.6541.7858.24
Hex6AC1682D02E18772a3a
Octal15230115055056301675272
Binary11010101100000111010001011010101110110001110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,193,104); }

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

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

 a { background-color: rgb(106,193,104); }

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

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

 span { border-color: rgb(106,193,104); }

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