Html Css Color HEX #5A994E Hippie Green

📋 copy color: '#5A994E'

red 90 ◦ green 153 ◦ blue 78

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

Shades of Hippie Green #5A994E

Tints of Hippie Green #5A994E

RGB

 RED value IS 90 (35.55% from 255) = 28.04%

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 28.04%
G = 47.66%
B = 24.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#5A994E (or 0x5A994E) is known color: Hippie Green. HEX triplet: 5A, 99 and 4E. RGB value is (90,153,78). Sum of RGB (Red+Green+Blue) = 90+153+78=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #5A994E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A994E is #A566B1. Grayscale: #7D7D7D. Windows color (decimal): -10839730 or 5151066. OLE color: 5151066.

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

Color convert

RGB 90 153 78 -
CMYK 0.41 0 0.49 0.4
HSL 110.4º 0.32% 0.45% -
HSV(B) 110.4º 0.49% 0.6% -
XYZ 16.98 25.51 11.24 -
YUV 125.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 90 153 78 0.41 0 0.49 0.4 110.4 0.32 0.45
Hex 5A 99 4E 29 0 31 28 6E 20 2D
Octal 132 231 116 51 0 61 50 156 40 55
Binary 1011010 10011001 1001110 101001 0 110001 101000 1101110 100000 101101

Color Harmonies of #5A994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A994E

Black with #5A994E

Text Example


Text Example

White with #5A994E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,78); }

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

background-color css

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

 a { background-color: rgb(90,153,78); }

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

border-color css

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

 span { border-color: rgb(90,153,78); }

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