#5F9852

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

Shades of Hippie Green #5F9852

Tints of Hippie Green #5F9852

Color information

#5F9852 (or 0x5F9852) is unknown color: approx Hippie Green. HEX triplet: 5F, 98 and 52. RGB value is (95,152,82). Sum of RGB (Red+Green+Blue) = 95+152+82=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #5F9852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9852 is #A067AD. Grayscale: #7F7F7F. Windows color (decimal): -10512302 or 5412959. OLE color: 5412959.

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

Color convert

RGB9515282-
CMYK0.3800.460.40
HSL108.86º29.91%45.88%-
HSV(B)108.86º46.05%59.61%-
XYZ17.4725.511.98-
YUV126.98102.62105.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 152 (59.77% from 255) = 46.20%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=28.88%
G=46.20%
B=24.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95152820.3800.460.40108.8629.9145.88
Hex5F98522602E286d1e2e
Octal13723012246056501553656
Binary10111111001100010100101001100101110101000110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,152,82); }

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

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

 a { background-color: rgb(95,152,82); }

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

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

 span { border-color: rgb(95,152,82); }

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