Html Css Color HEX #5A9A50 Hippie Green

📋 copy color: '#5A9A50'

red 90 ◦ green 154 ◦ blue 80

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

Shades of Hippie Green #5A9A50

Tints of Hippie Green #5A9A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

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

R = 27.78%
G = 47.53%
B = 24.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#5A9A50 (or 0x5A9A50) is known color: Hippie Green. HEX triplet: 5A, 9A and 50. RGB value is (90,154,80). Sum of RGB (Red+Green+Blue) = 90+154+80=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9A50 is #A565AF. Grayscale: #7E7E7E. Windows color (decimal): -10839472 or 5282394. OLE color: 5282394.

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

Color convert

RGB 90 154 80 -
CMYK 0.42 0 0.48 0.40
HSL 111.89º 0.32% 0.46% -
HSV(B) 111.89º 0.48% 0.6% -
XYZ 17.22 25.86 11.67 -
YUV 126.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 90 154 80 0.42 0 0.48 0.40 111.89 0.32 0.46
Hex 5A 9A 50 2A 0 30 28 70 20 2E
Octal 132 232 120 52 0 60 50 160 40 56
Binary 1011010 10011010 1010000 101010 0 110000 101000 1110000 100000 101110

Color Harmonies of #5A9A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9A50

Black with #5A9A50

Text Example


Text Example

White with #5A9A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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