#6ABE64

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

Shades of Fern #6ABE64

Tints of Fern #6ABE64

Color information

#6ABE64 (or 0x6ABE64) is unknown color: approx Fern. HEX triplet: 6A, BE and 64. RGB value is (106,190,100). Sum of RGB (Red+Green+Blue) = 106+190+100=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE64 is #95419B. Grayscale: #9A9A9A. Windows color (decimal): -9781660 or 6602346. OLE color: 6602346.

HSL color Cylindrical-coordinate representation of color #6ABE64: hue angle of 116º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ABE64 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB106190100-
CMYK0.4400.470.25
HSL116º40.91%56.86%-
HSV(B)116º47.37%74.51%-
XYZ26.6640.8118.53-
YUV154.6297.1793.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.77%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=26.77%
G=47.98%
B=25.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901000.4400.470.2511640.9156.86
Hex6ABE642C02F19742939
Octal15227614454057311645171
Binary11010101011111011001001011000101111110011110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,190,100); }

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

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

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

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

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

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

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