#5F9A50

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

Shades of Hippie Green #5F9A50

Tints of Hippie Green #5F9A50

Color information

#5F9A50 (or 0x5F9A50) is unknown color: approx Hippie Green. HEX triplet: 5F, 9A and 50. RGB value is (95,154,80). Sum of RGB (Red+Green+Blue) = 95+154+80=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9A50 is #A065AF. Grayscale: #808080. Windows color (decimal): -10511792 or 5282399. OLE color: 5282399.

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

Color convert

RGB9515480-
CMYK0.3800.480.40
HSL107.84º31.62%45.88%-
HSV(B)107.84º48.05%60.39%-
XYZ17.7226.1211.7-
YUV127.92100.95104.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 154 (60.55% from 255) = 46.81%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=28.88%
G=46.81%
B=24.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95154800.3800.480.40107.8431.6245.88
Hex5F9A5026030286c202e
Octal13723212046060501544056
Binary101111110011010101000010011001100001010001101100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,80); }

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

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

 a { background-color: rgb(95,154,80); }

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

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

 span { border-color: rgb(95,154,80); }

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