#5F9C56

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

Shades of Hippie Green #5F9C56

Tints of Hippie Green #5F9C56

Color information

#5F9C56 (or 0x5F9C56) is unknown color: approx Hippie Green. HEX triplet: 5F, 9C and 56. RGB value is (95,156,86). Sum of RGB (Red+Green+Blue) = 95+156+86=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C56 is #A063A9. Grayscale: #828282. Windows color (decimal): -10511274 or 5676127. OLE color: 5676127.

HSL color Cylindrical-coordinate representation of color #5F9C56: hue angle of 112.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F9C56 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB9515686-
CMYK0.3900.450.39
HSL112.29º28.93%47.45%-
HSV(B)112.29º44.87%61.18%-
XYZ18.2926.8813.03-
YUV129.78103.29103.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=28.19%
G=46.29%
B=25.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95156860.3900.450.39112.2928.9347.45
Hex5F9C562702D27701d2f
Octal13723412647055471603557
Binary10111111001110010101101001110101101100111111000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,86); }

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

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

 a { background-color: rgb(95,156,86); }

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

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

 span { border-color: rgb(95,156,86); }

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