#64AE5C

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

Shades of Fern #64AE5C

Tints of Fern #64AE5C

Color information

#64AE5C (or 0x64AE5C) is unknown color: approx Fern. HEX triplet: 64, AE and 5C. RGB value is (100,174,92). Sum of RGB (Red+Green+Blue) = 100+174+92=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE5C is #9B51A3. Grayscale: #8E8E8E. Windows color (decimal): -10178980 or 6073956. OLE color: 6073956.

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

Color convert

RGB10017492-
CMYK0.4300.470.32
HSL114.15º33.61%52.16%-
HSV(B)114.15º47.13%68.24%-
XYZ22.3233.7515.46-
YUV142.5399.4897.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 174 (68.36% from 255) = 47.54%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=27.32%
G=47.54%
B=25.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100174920.4300.470.32114.1533.6152.16
Hex64AE5C2B02F20722234
Octal14425613453057401624264
Binary110010010101110101110010101101011111000001110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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