#5FA058

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

Shades of Hippie Green #5FA058

Tints of Hippie Green #5FA058

Color information

#5FA058 (or 0x5FA058) is unknown color: approx Hippie Green. HEX triplet: 5F, A0 and 58. RGB value is (95,160,88). Sum of RGB (Red+Green+Blue) = 95+160+88=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA058 is #A05FA7. Grayscale: #848484. Windows color (decimal): -10510248 or 5808223. OLE color: 5808223.

HSL color Cylindrical-coordinate representation of color #5FA058: hue angle of 114.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FA058 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB9516088-
CMYK0.4100.450.37
HSL114.17º29.03%48.63%-
HSV(B)114.17º45%62.75%-
XYZ19.0528.2813.69-
YUV132.36102.97101.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=27.70%
G=46.65%
B=25.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95160880.4100.450.37114.1729.0348.63
Hex5FA0582902D25721d31
Octal13724013051055451623561
Binary10111111010000010110001010010101101100101111001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,160,88); }

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

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

 a { background-color: rgb(95,160,88); }

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

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

 span { border-color: rgb(95,160,88); }

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