#5A9B57

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

Shades of Hippie Green #5A9B57

Tints of Hippie Green #5A9B57

Color information

#5A9B57 (or 0x5A9B57) is unknown color: approx Hippie Green. HEX triplet: 5A, 9B and 57. RGB value is (90,155,87). Sum of RGB (Red+Green+Blue) = 90+155+87=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B57 is #A564A8. Grayscale: #808080. Windows color (decimal): -10839209 or 5741402. OLE color: 5741402.

HSL color Cylindrical-coordinate representation of color #5A9B57: hue angle of 117.35º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A9B57 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB9015587-
CMYK0.4200.440.39
HSL117.35º28.1%47.45%-
HSV(B)117.35º43.87%60.78%-
XYZ17.6626.313.16-
YUV127.81104.97101.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=27.11%
G=46.69%
B=26.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155870.4200.440.39117.3528.147.45
Hex5A9B572A02C27751c2f
Octal13223312752054471653457
Binary10110101001101110101111010100101100100111111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,87); }

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

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

 a { background-color: rgb(90,155,87); }

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

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

 span { border-color: rgb(90,155,87); }

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