#6ACB5F

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

Shades of Fern #6ACB5F

Tints of Fern #6ACB5F

Color information

#6ACB5F (or 0x6ACB5F) is unknown color: approx Fern. HEX triplet: 6A, CB and 5F. RGB value is (106,203,95). Sum of RGB (Red+Green+Blue) = 106+203+95=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB5F is #9534A0. Grayscale: #A2A2A2. Windows color (decimal): -9778337 or 6277994. OLE color: 6277994.

HSL color Cylindrical-coordinate representation of color #6ACB5F: hue angle of 113.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ACB5F is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB10620395-
CMYK0.4800.530.20
HSL113.89º50.94%58.43%-
HSV(B)113.89º53.2%79.61%-
XYZ29.3746.618.27-
YUV161.6890.3688.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 203 (79.69% from 255) = 50.25%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=26.24%
G=50.25%
B=23.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106203950.4800.530.20113.8950.9458.43
Hex6ACB5F300351472333a
Octal15231313760065241626372
Binary11010101100101110111111100000110101101001110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,95); }

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

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

 a { background-color: rgb(106,203,95); }

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

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

 span { border-color: rgb(106,203,95); }

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