Html Css Color HEX #5A9C50 Hippie Green

📋 copy color: '#5A9C50'

red 90 ◦ green 156 ◦ blue 80

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

Shades of Hippie Green #5A9C50

Tints of Hippie Green #5A9C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.85%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 27.61%
G = 47.85%
B = 24.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#5A9C50 (or 0x5A9C50) is known color: Hippie Green. HEX triplet: 5A, 9C and 50. RGB value is (90,156,80). Sum of RGB (Red+Green+Blue) = 90+156+80=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C50 is #A563AF. Grayscale: #7F7F7F. Windows color (decimal): -10838960 or 5282906. OLE color: 5282906.

HSL color Cylindrical-coordinate representation of color #5A9C50: hue angle of 112.11º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A9C50 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 156 80 -
CMYK 0.42 0 0.49 0.39
HSL 112.11º 0.32% 0.46% -
HSV(B) 112.11º 0.49% 0.61% -
XYZ 17.55 26.53 11.79 -
YUV 127.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 90 156 80 0.42 0 0.49 0.39 112.11 0.32 0.46
Hex 5A 9C 50 2A 0 31 27 70 20 2E
Octal 132 234 120 52 0 61 47 160 40 56
Binary 1011010 10011100 1010000 101010 0 110001 100111 1110000 100000 101110

Color Harmonies of #5A9C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9C50

Black with #5A9C50

Text Example


Text Example

White with #5A9C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,156,80); }

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

background-color css

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

 a { background-color: rgb(90,156,80); }

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

border-color css

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

 span { border-color: rgb(90,156,80); }

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