#64AE6A

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

Shades of Fern #64AE6A

Tints of Fern #64AE6A

Color information

#64AE6A (or 0x64AE6A) is unknown color: approx Fern. HEX triplet: 64, AE and 6A. RGB value is (100,174,106). Sum of RGB (Red+Green+Blue) = 100+174+106=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE6A is #9B5195. Grayscale: #909090. Windows color (decimal): -10178966 or 6991460. OLE color: 6991460.

HSL color Cylindrical-coordinate representation of color #64AE6A: hue angle of 124.86º 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 #64AE6A is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB100174106-
CMYK0.4300.390.32
HSL124.86º31.36%53.73%-
HSV(B)124.86º42.53%68.24%-
XYZ22.9934.0218.99-
YUV144.12106.4896.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 174 (68.36% from 255) = 45.79%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=26.32%
G=45.79%
B=27.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001741060.4300.390.32124.8631.3653.73
Hex64AE6A2B027207d1f36
Octal14425615253047401753766
Binary11001001010111011010101010110100111100000111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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