#5A9455

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

Shades of Hippie Green #5A9455

Tints of Hippie Green #5A9455

Color information

#5A9455 (or 0x5A9455) is unknown color: approx Hippie Green. HEX triplet: 5A, 94 and 55. RGB value is (90,148,85). Sum of RGB (Red+Green+Blue) = 90+148+85=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9455 is #A56BAA. Grayscale: #7B7B7B. Windows color (decimal): -10841003 or 5608538. OLE color: 5608538.

HSL color Cylindrical-coordinate representation of color #5A9455: hue angle of 115.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9455 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB9014885-
CMYK0.3900.430.42
HSL115.24º27.04%45.69%-
HSV(B)115.24º42.57%58.04%-
XYZ16.4524.0112.36-
YUV123.48106.28104.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=27.86%
G=45.82%
B=26.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148850.3900.430.42115.2427.0445.69
Hex5A94552702B2A731b2e
Octal13222412547053521633356
Binary10110101001010010101011001110101011101010111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,85); }

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

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

 a { background-color: rgb(90,148,85); }

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

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

 span { border-color: rgb(90,148,85); }

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