#5AAE64

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

Shades of Fern #5AAE64

Tints of Fern #5AAE64

Color information

#5AAE64 (or 0x5AAE64) is unknown color: approx Fern. HEX triplet: 5A, AE and 64. RGB value is (90,174,100). Sum of RGB (Red+Green+Blue) = 90+174+100=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAE64 is #A5519B. Grayscale: #8C8C8C. Windows color (decimal): -10834332 or 6598234. OLE color: 6598234.

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

Color convert

RGB90174100-
CMYK0.4800.430.32
HSL127.14º34.15%51.76%-
HSV(B)127.14º48.28%68.24%-
XYZ21.6533.3717.36-
YUV140.45105.1792.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=24.73%
G=47.80%
B=27.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901741000.4800.430.32127.1434.1551.76
Hex5AAE643002B207f2234
Octal13225614460053401774264
Binary101101010101110110010011000001010111000001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AAE64; }

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

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

<style>
 a { background-color: #5AAE64; }

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

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

<style>
 span { border-color: #5AAE64; }

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

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