Html Css Color HEX #5A9160 Hippie Green

📋 copy color: '#5A9160'

red 90 ◦ green 145 ◦ blue 96

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

Shades of Hippie Green #5A9160

Tints of Hippie Green #5A9160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

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

R = 27.19%
G = 43.81%
B = 29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#5A9160 (or 0x5A9160) is known color: Hippie Green. HEX triplet: 5A, 91 and 60. RGB value is (90,145,96). Sum of RGB (Red+Green+Blue) = 90+145+96=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9160 is #A56E9F. Grayscale: #7B7B7B. Windows color (decimal): -10841760 or 6328666. OLE color: 6328666.

HSL color Cylindrical-coordinate representation of color #5A9160: hue angle of 126.55º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9160 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 145 96 -
CMYK 0.38 0 0.34 0.43
HSL 126.55º 0.23% 0.46% -
HSV(B) 126.55º 0.38% 0.57% -
XYZ 16.45 23.27 14.69 -
YUV 122.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 90 145 96 0.38 0 0.34 0.43 126.55 0.23 0.46
Hex 5A 91 60 26 0 22 2B 7F 17 2E
Octal 132 221 140 46 0 42 53 177 27 56
Binary 1011010 10010001 1100000 100110 0 100010 101011 1111111 10111 101110

Color Harmonies of #5A9160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9160

Black with #5A9160

Text Example


Text Example

White with #5A9160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,145,96); }

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

background-color css

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

 a { background-color: rgb(90,145,96); }

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

border-color css

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

 span { border-color: rgb(90,145,96); }

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