Html Css Color HEX #5FA059 Hippie Green

📋 copy color: '#5FA059'

red 95 ◦ green 160 ◦ blue 89

#5FA059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #5FA059

Tints of Hippie Green #5FA059

RGB

 RED value IS 95 (37.5% from 255) = 27.62%

 GREEN value IS 160 (62.89% from 255) = 46.51%

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 27.62%
G = 46.51%
B = 25.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#5FA059 (or 0x5FA059) is known color: Hippie Green. HEX triplet: 5F, A0 and 59. RGB value is (95,160,89). Sum of RGB (Red+Green+Blue) = 95+160+89=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA059 is #A05FA6. Grayscale: #848484. Windows color (decimal): -10510247 or 5873759. OLE color: 5873759.

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

Color convert

RGB 95 160 89 -
CMYK 0.41 0 0.44 0.37
HSL 114.93º 0.29% 0.49% -
HSV(B) 114.93º 0.44% 0.63% -
XYZ 19.09 28.3 13.91 -
YUV 132.47 103.47 101.27 -
System Red Green Blue C M Y K H S L
Decimal 95 160 89 0.41 0 0.44 0.37 114.93 0.29 0.49
Hex 5F A0 59 29 0 2C 25 73 1D 31
Octal 137 240 131 51 0 54 45 163 35 61
Binary 1011111 10100000 1011001 101001 0 101100 100101 1110011 11101 110001

Color Harmonies of #5FA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA059

Black with #5FA059

Text Example


Text Example

White with #5FA059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FA059;
 }
 .AnyTagClassName
 {
   color: #5FA059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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