Html Css Color HEX #5A9360 Hippie Green

📋 copy color: '#5A9360'

red 90 ◦ green 147 ◦ blue 96

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

Shades of Hippie Green #5A9360

Tints of Hippie Green #5A9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

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

R = 27.03%
G = 44.14%
B = 28.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#5A9360 (or 0x5A9360) is known color: Hippie Green. HEX triplet: 5A, 93 and 60. RGB value is (90,147,96). Sum of RGB (Red+Green+Blue) = 90+147+96=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9360 is #A56C9F. Grayscale: #7C7C7C. Windows color (decimal): -10841248 or 6329178. OLE color: 6329178.

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

Color convert

RGB 90 147 96 -
CMYK 0.39 0 0.35 0.42
HSL 126.32º 0.24% 0.46% -
HSV(B) 126.32º 0.39% 0.58% -
XYZ 16.76 23.89 14.79 -
YUV 124.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 90 147 96 0.39 0 0.35 0.42 126.32 0.24 0.46
Hex 5A 93 60 27 0 23 2A 7E 18 2E
Octal 132 223 140 47 0 43 52 176 30 56
Binary 1011010 10010011 1100000 100111 0 100011 101010 1111110 11000 101110

Color Harmonies of #5A9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9360

Black with #5A9360

Text Example


Text Example

White with #5A9360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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