#5A994F

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

Shades of Hippie Green #5A994F

Tints of Hippie Green #5A994F

Color information

#5A994F (or 0x5A994F) is unknown color: approx Hippie Green. HEX triplet: 5A, 99 and 4F. RGB value is (90,153,79). Sum of RGB (Red+Green+Blue) = 90+153+79=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #5A994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A994F is #A566B0. Grayscale: #7D7D7D. Windows color (decimal): -10839729 or 5216602. OLE color: 5216602.

HSL color Cylindrical-coordinate representation of color #5A994F: hue angle of 111.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A994F is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB9015379-
CMYK0.4100.480.4
HSL111.08º31.9%45.49%-
HSV(B)111.08º48.37%60%-
XYZ17.0225.5211.43-
YUV125.73101.63102.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=27.95%
G=47.52%
B=24.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90153790.4100.480.4111.0831.945.49
Hex5A994F29030286f202d
Octal13223111751060501574055
Binary101101010011001100111110100101100001010001101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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