Html Css Color HEX #5A8D5C Hippie Green

📋 copy color: '#5A8D5C'

red 90 ◦ green 141 ◦ blue 92

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

Shades of Hippie Green #5A8D5C

Tints of Hippie Green #5A8D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.65%

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 27.86%
G = 43.65%
B = 28.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#5A8D5C (or 0x5A8D5C) is known color: Hippie Green. HEX triplet: 5A, 8D and 5C. RGB value is (90,141,92). Sum of RGB (Red+Green+Blue) = 90+141+92=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D5C is #A572A3. Grayscale: #787878. Windows color (decimal): -10842788 or 6065498. OLE color: 6065498.

HSL color Cylindrical-coordinate representation of color #5A8D5C: hue angle of 122.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8D5C is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 141 92 -
CMYK 0.36 0 0.35 0.45
HSL 122.35º 0.22% 0.45% -
HSV(B) 122.35º 0.36% 0.55% -
XYZ 15.67 22 13.54 -
YUV 120.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 90 141 92 0.36 0 0.35 0.45 122.35 0.22 0.45
Hex 5A 8D 5C 24 0 23 2D 7A 16 2D
Octal 132 215 134 44 0 43 55 172 26 55
Binary 1011010 10001101 1011100 100100 0 100011 101101 1111010 10110 101101

Color Harmonies of #5A8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8D5C

Black with #5A8D5C

Text Example


Text Example

White with #5A8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,141,92); }

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

background-color css

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

 a { background-color: rgb(90,141,92); }

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

border-color css

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

 span { border-color: rgb(90,141,92); }

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