#5F9F54

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

Shades of Hippie Green #5F9F54

Tints of Hippie Green #5F9F54

Color information

#5F9F54 (or 0x5F9F54) is unknown color: approx Hippie Green. HEX triplet: 5F, 9F and 54. RGB value is (95,159,84). Sum of RGB (Red+Green+Blue) = 95+159+84=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F54 is #A060AB. Grayscale: #838383. Windows color (decimal): -10510508 or 5545823. OLE color: 5545823.

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

Color convert

RGB9515984-
CMYK0.4000.470.38
HSL111.2º30.86%47.65%-
HSV(B)111.2º47.17%62.35%-
XYZ18.7227.8712.78-
YUV131.31101.3102.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.11%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=28.11%
G=47.04%
B=24.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95159840.4000.470.38111.230.8647.65
Hex5F9F542802F266f1f30
Octal13723712450057461573760
Binary10111111001111110101001010000101111100110110111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,159,84); }

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

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

 a { background-color: rgb(95,159,84); }

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

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

 span { border-color: rgb(95,159,84); }

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