#64AE66

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

Shades of Fern #64AE66

Tints of Fern #64AE66

Color information

#64AE66 (or 0x64AE66) is unknown color: approx Fern. HEX triplet: 64, AE and 66. RGB value is (100,174,102). Sum of RGB (Red+Green+Blue) = 100+174+102=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE66 is #9B5199. Grayscale: #8F8F8F. Windows color (decimal): -10178970 or 6729316. OLE color: 6729316.

HSL color Cylindrical-coordinate representation of color #64AE66: hue angle of 121.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE66 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB100174102-
CMYK0.4300.410.32
HSL121.62º31.36%53.73%-
HSV(B)121.62º42.53%68.24%-
XYZ22.7933.9417.92-
YUV143.67104.4896.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=26.60%
G=46.28%
B=27.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001741020.4300.410.32121.6231.3653.73
Hex64AE662B029207a1f36
Octal14425614653051401723766
Binary11001001010111011001101010110101001100000111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AE66; }

 p { color: rgb(100,174,102); }

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

<style>
 a { background-color: #64AE66; }

 a { background-color: rgb(100,174,102); }

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

<style>
 span { border-color: #64AE66; }

 span { border-color: rgb(100,174,102); }

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