#5A984A

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

Shades of Hippie Green #5A984A

Tints of Hippie Green #5A984A

Color information

#5A984A (or 0x5A984A) is unknown color: approx Hippie Green. HEX triplet: 5A, 98 and 4A. RGB value is (90,152,74). Sum of RGB (Red+Green+Blue) = 90+152+74=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #5A984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A984A is #A567B5. Grayscale: #7C7C7C. Windows color (decimal): -10839990 or 4888666. OLE color: 4888666.

HSL color Cylindrical-coordinate representation of color #5A984A: hue angle of 107.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A984A is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB9015274-
CMYK0.4100.510.40
HSL107.69º34.51%44.31%-
HSV(B)107.69º51.32%59.61%-
XYZ16.6825.1210.45-
YUV124.5799.46103.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=28.48%
G=48.10%
B=23.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90152740.4100.510.40107.6934.5144.31
Hex5A984A29033286c232c
Octal13223011251063501544354
Binary101101010011000100101010100101100111010001101100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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