#5A9555

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

Shades of Hippie Green #5A9555

Tints of Hippie Green #5A9555

Color information

#5A9555 (or 0x5A9555) is unknown color: approx Hippie Green. HEX triplet: 5A, 95 and 55. RGB value is (90,149,85). Sum of RGB (Red+Green+Blue) = 90+149+85=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9555 is #A56AAA. Grayscale: #7C7C7C. Windows color (decimal): -10840747 or 5608794. OLE color: 5608794.

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

Color convert

RGB9014985-
CMYK0.4000.430.42
HSL115.31º27.35%45.88%-
HSV(B)115.31º42.95%58.43%-
XYZ16.624.3212.41-
YUV124.06105.95103.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=27.78%
G=45.99%
B=26.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149850.4000.430.42115.3127.3545.88
Hex5A95552802B2A731b2e
Octal13222512550053521633356
Binary10110101001010110101011010000101011101010111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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