#5A904F

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

Shades of Hippie Green #5A904F

Tints of Hippie Green #5A904F

Color information

#5A904F (or 0x5A904F) is unknown color: approx Hippie Green. HEX triplet: 5A, 90 and 4F. RGB value is (90,144,79). Sum of RGB (Red+Green+Blue) = 90+144+79=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #5A904F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A904F is #A56FB0. Grayscale: #787878. Windows color (decimal): -10842033 or 5214298. OLE color: 5214298.

HSL color Cylindrical-coordinate representation of color #5A904F: hue angle of 109.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A904F is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB9014479-
CMYK0.3700.450.44
HSL109.85º29.15%43.73%-
HSV(B)109.85º45.14%56.47%-
XYZ15.622.6810.95-
YUV120.44104.61106.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=28.75%
G=46.01%
B=25.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90144790.3700.450.44109.8529.1543.73
Hex5A904F2502D2C6e1d2c
Octal13222011745055541563554
Binary10110101001000010011111001010101101101100110111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,79); }

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

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

 a { background-color: rgb(90,144,79); }

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

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

 span { border-color: rgb(90,144,79); }

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