#5F9E5D

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

Shades of Hippie Green #5F9E5D

Tints of Hippie Green #5F9E5D

Color information

#5F9E5D (or 0x5F9E5D) is unknown color: approx Hippie Green. HEX triplet: 5F, 9E and 5D. RGB value is (95,158,93). Sum of RGB (Red+Green+Blue) = 95+158+93=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E5D is #A061A2. Grayscale: #838383. Windows color (decimal): -10510755 or 6135391. OLE color: 6135391.

HSL color Cylindrical-coordinate representation of color #5F9E5D: hue angle of 118.15º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F9E5D is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB9515893-
CMYK0.4000.410.38
HSL118.15º25.9%49.22%-
HSV(B)118.15º41.14%61.96%-
XYZ18.9227.6814.7-
YUV131.75106.13101.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.46%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=27.46%
G=45.66%
B=26.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95158930.4000.410.38118.1525.949.22
Hex5F9E5D2802926761a31
Octal13723613550051461663261
Binary10111111001111010111011010000101001100110111011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,93); }

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

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

 a { background-color: rgb(95,158,93); }

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

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

 span { border-color: rgb(95,158,93); }

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