Html Css Color HEX #5A964E Hippie Green

📋 copy color: '#5A964E'

red 90 ◦ green 150 ◦ blue 78

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

Shades of Hippie Green #5A964E

Tints of Hippie Green #5A964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

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

R = 28.3%
G = 47.17%
B = 24.53%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#5A964E (or 0x5A964E) is known color: Hippie Green. HEX triplet: 5A, 96 and 4E. RGB value is (90,150,78). Sum of RGB (Red+Green+Blue) = 90+150+78=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #5A964E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A964E is #A569B1. Grayscale: #7C7C7C. Windows color (decimal): -10840498 or 5150298. OLE color: 5150298.

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

Color convert

RGB 90 150 78 -
CMYK 0.4 0 0.48 0.41
HSL 110º 0.32% 0.45% -
HSV(B) 110º 0.48% 0.59% -
XYZ 16.5 24.54 11.07 -
YUV 123.85 102.12 103.85 -
System Red Green Blue C M Y K H S L
Decimal 90 150 78 0.4 0 0.48 0.41 110 0.32 0.45
Hex 5A 96 4E 28 0 30 29 6E 20 2D
Octal 132 226 116 50 0 60 51 156 40 55
Binary 1011010 10010110 1001110 101000 0 110000 101001 1101110 100000 101101

Color Harmonies of #5A964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A964E

Black with #5A964E

Text Example


Text Example

White with #5A964E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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