Html Css Color HEX #5E9960 Hippie Green

📋 copy color: '#5E9960'

red 94 ◦ green 153 ◦ blue 96

#5E9960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #5E9960

Tints of Hippie Green #5E9960

RGB

 RED value IS 94 (37.11% from 255) = 27.41%

 GREEN value IS 153 (60.16% from 255) = 44.61%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 27.41%
G = 44.61%
B = 27.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#5E9960 (or 0x5E9960) is known color: Hippie Green. HEX triplet: 5E, 99 and 60. RGB value is (94,153,96). Sum of RGB (Red+Green+Blue) = 94+153+96=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9960 is #A1669F. Grayscale: #818181. Windows color (decimal): -10577568 or 6330718. OLE color: 6330718.

HSL color Cylindrical-coordinate representation of color #5E9960: hue angle of 122.03º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9960 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 153 96 -
CMYK 0.39 0 0.37 0.4
HSL 122.03º 0.24% 0.48% -
HSV(B) 122.03º 0.39% 0.6% -
XYZ 18.12 26.01 15.13 -
YUV 128.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 94 153 96 0.39 0 0.37 0.4 122.03 0.24 0.48
Hex 5E 99 60 27 0 25 28 7A 18 30
Octal 136 231 140 47 0 45 50 172 30 60
Binary 1011110 10011001 1100000 100111 0 100101 101000 1111010 11000 110000

Color Harmonies of #5E9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9960

Black with #5E9960

Text Example


Text Example

White with #5E9960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,153,96); }

 H1.HeaderClassName
 {
   color: #5E9960;
 }
 .AnyTagClassName
 {
   color: #5E9960;
 }
</style>

background-color css

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

 a { background-color: rgb(94,153,96); }

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

border-color css

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

 span { border-color: rgb(94,153,96); }

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