Html Css Color HEX #5FA155 Hippie Green

📋 copy color: '#5FA155'

red 95 ◦ green 161 ◦ blue 85

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

Shades of Hippie Green #5FA155

Tints of Hippie Green #5FA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.21%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 27.86%
G = 47.21%
B = 24.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#5FA155 (or 0x5FA155) is known color: Hippie Green. HEX triplet: 5F, A1 and 55. RGB value is (95,161,85). Sum of RGB (Red+Green+Blue) = 95+161+85=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA155 is #A05EAA. Grayscale: #848484. Windows color (decimal): -10509995 or 5611871. OLE color: 5611871.

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

Color convert

RGB 95 161 85 -
CMYK 0.41 0 0.47 0.37
HSL 112.11º 0.31% 0.48% -
HSV(B) 112.11º 0.47% 0.63% -
XYZ 19.1 28.58 13.1 -
YUV 132.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 95 161 85 0.41 0 0.47 0.37 112.11 0.31 0.48
Hex 5F A1 55 29 0 2F 25 70 1F 30
Octal 137 241 125 51 0 57 45 160 37 60
Binary 1011111 10100001 1010101 101001 0 101111 100101 1110000 11111 110000

Color Harmonies of #5FA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA155

Black with #5FA155

Text Example


Text Example

White with #5FA155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,161,85); }

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

background-color css

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

 a { background-color: rgb(95,161,85); }

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

border-color css

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

 span { border-color: rgb(95,161,85); }

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