#5A984F

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

Shades of Hippie Green #5A984F

Tints of Hippie Green #5A984F

Color information

#5A984F (or 0x5A984F) is unknown color: approx Hippie Green. HEX triplet: 5A, 98 and 4F. RGB value is (90,152,79). Sum of RGB (Red+Green+Blue) = 90+152+79=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #5A984F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A984F is #A567B0. Grayscale: #7D7D7D. Windows color (decimal): -10839985 or 5216346. OLE color: 5216346.

HSL color Cylindrical-coordinate representation of color #5A984F: hue angle of 110.96º 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 #5A984F is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB9015279-
CMYK0.4100.480.40
HSL110.96º31.6%45.29%-
HSV(B)110.96º48.03%59.61%-
XYZ16.8625.1911.37-
YUV125.14101.96102.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=28.04%
G=47.35%
B=24.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90152790.4100.480.40110.9631.645.29
Hex5A984F29030286f202d
Octal13223011751060501574055
Binary101101010011000100111110100101100001010001101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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