#6ABF6A

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

Shades of Fern #6ABF6A

Tints of Fern #6ABF6A

Color information

#6ABF6A (or 0x6ABF6A) is unknown color: approx Fern. HEX triplet: 6A, BF and 6A. RGB value is (106,191,106). Sum of RGB (Red+Green+Blue) = 106+191+106=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF6A is #954095. Grayscale: #9C9C9C. Windows color (decimal): -9781398 or 6995818. OLE color: 6995818.

HSL color Cylindrical-coordinate representation of color #6ABF6A: hue angle of 120º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABF6A is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB106191106-
CMYK0.4500.450.25
HSL120º39.91%58.24%-
HSV(B)120º44.5%74.9%-
XYZ27.1841.3720.19-
YUV155.8999.8492.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.30%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=26.30%
G=47.39%
B=26.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911060.4500.450.2512039.9158.24
Hex6ABF6A2D02D1978283a
Octal15227715255055311705072
Binary11010101011111111010101011010101101110011111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,106); }

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

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

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

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

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

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

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