#5F9254

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

Shades of Hippie Green #5F9254

Tints of Hippie Green #5F9254

Color information

#5F9254 (or 0x5F9254) is unknown color: approx Hippie Green. HEX triplet: 5F, 92 and 54. RGB value is (95,146,84). Sum of RGB (Red+Green+Blue) = 95+146+84=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9254 is #A06DAB. Grayscale: #7B7B7B. Windows color (decimal): -10513836 or 5542495. OLE color: 5542495.

HSL color Cylindrical-coordinate representation of color #5F9254: hue angle of 109.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F9254 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB9514684-
CMYK0.3500.420.43
HSL109.35º26.96%45.1%-
HSV(B)109.35º42.47%57.25%-
XYZ16.623.6312.07-
YUV123.68105.6107.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=29.23%
G=44.92%
B=25.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95146840.3500.420.43109.3526.9645.1
Hex5F92542302A2B6d1b2d
Octal13722212443052531553355
Binary10111111001001010101001000110101010101011110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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