#5A9A50

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

Shades of Hippie Green #5A9A50

Tints of Hippie Green #5A9A50

Color information

#5A9A50 (or 0x5A9A50) is unknown color: approx Hippie Green. HEX triplet: 5A, 9A and 50. RGB value is (90,154,80). Sum of RGB (Red+Green+Blue) = 90+154+80=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9A50 is #A565AF. Grayscale: #7E7E7E. Windows color (decimal): -10839472 or 5282394. OLE color: 5282394.

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

Color convert

RGB9015480-
CMYK0.4200.480.40
HSL111.89º31.62%45.88%-
HSV(B)111.89º48.05%60.39%-
XYZ17.2225.8611.67-
YUV126.43101.8102.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=27.78%
G=47.53%
B=24.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90154800.4200.480.40111.8931.6245.88
Hex5A9A502A0302870202e
Octal13223212052060501604056
Binary101101010011010101000010101001100001010001110000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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