#5A9A46

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

Shades of Hippie Green #5A9A46

Tints of Hippie Green #5A9A46

Color information

#5A9A46 (or 0x5A9A46) is unknown color: approx Hippie Green. HEX triplet: 5A, 9A and 46. RGB value is (90,154,70). Sum of RGB (Red+Green+Blue) = 90+154+70=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9A46 is #A565B9. Grayscale: #7D7D7D. Windows color (decimal): -10839482 or 4627034. OLE color: 4627034.

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

Color convert

RGB9015470-
CMYK0.4200.550.40
HSL105.71º37.5%43.92%-
HSV(B)105.71º54.55%60.39%-
XYZ16.8825.739.87-
YUV125.2996.8102.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.66%
GREEN value IS 154 (60.55% from 255) = 49.04%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=28.66%
G=49.04%
B=22.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90154700.4200.550.40105.7137.543.92
Hex5A9A462A037286a262c
Octal13223210652067501524654
Binary101101010011010100011010101001101111010001101010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,154,70); }

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

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

 a { background-color: rgb(90,154,70); }

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

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

 span { border-color: rgb(90,154,70); }

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