Html Css Color HEX #5E994A Hippie Green

📋 copy color: '#5E994A'

red 94 ◦ green 153 ◦ blue 74

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

Shades of Hippie Green #5E994A

Tints of Hippie Green #5E994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 29.28%
G = 47.66%
B = 23.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#5E994A (or 0x5E994A) is known color: Hippie Green. HEX triplet: 5E, 99 and 4A. RGB value is (94,153,74). Sum of RGB (Red+Green+Blue) = 94+153+74=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #5E994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E994A is #A166B5. Grayscale: #7E7E7E. Windows color (decimal): -10577590 or 4888926. OLE color: 4888926.

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

Color convert

RGB 94 153 74 -
CMYK 0.39 0 0.52 0.4
HSL 104.81º 0.35% 0.45% -
HSV(B) 104.81º 0.52% 0.6% -
XYZ 17.24 25.66 10.52 -
YUV 126.35 98.45 104.92 -
System Red Green Blue C M Y K H S L
Decimal 94 153 74 0.39 0 0.52 0.4 104.81 0.35 0.45
Hex 5E 99 4A 27 0 34 28 69 23 2D
Octal 136 231 112 47 0 64 50 151 43 55
Binary 1011110 10011001 1001010 100111 0 110100 101000 1101001 100011 101101

Color Harmonies of #5E994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E994A

Black with #5E994A

Text Example


Text Example

White with #5E994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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