#5A8A50

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

Shades of Hippie Green #5A8A50

Tints of Hippie Green #5A8A50

Color information

#5A8A50 (or 0x5A8A50) is unknown color: approx Hippie Green. HEX triplet: 5A, 8A and 50. RGB value is (90,138,80). Sum of RGB (Red+Green+Blue) = 90+138+80=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A50 is #A575AF. Grayscale: #757575. Windows color (decimal): -10843568 or 5278298. OLE color: 5278298.

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

Color convert

RGB9013880-
CMYK0.3500.420.46
HSL109.66º26.61%42.75%-
HSV(B)109.66º42.03%54.12%-
XYZ14.7520.9310.85-
YUV117.04107.1108.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.22%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=29.22%
G=44.81%
B=25.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90138800.3500.420.46109.6626.6142.75
Hex5A8A502302A2E6e1b2b
Octal13221212043052561563353
Binary10110101000101010100001000110101010101110110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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