Html Css Color HEX #5A9458 Hippie Green

📋 copy color: '#5A9458'

red 90 ◦ green 148 ◦ blue 88

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

Shades of Hippie Green #5A9458

Tints of Hippie Green #5A9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 27.61%
G = 45.4%
B = 26.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#5A9458 (or 0x5A9458) is known color: Hippie Green. HEX triplet: 5A, 94 and 58. RGB value is (90,148,88). Sum of RGB (Red+Green+Blue) = 90+148+88=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9458 is #A56BA7. Grayscale: #7C7C7C. Windows color (decimal): -10841000 or 5805146. OLE color: 5805146.

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

Color convert

RGB 90 148 88 -
CMYK 0.39 0 0.41 0.42
HSL 118º 0.25% 0.46% -
HSV(B) 118º 0.41% 0.58% -
XYZ 16.57 24.06 13 -
YUV 123.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 90 148 88 0.39 0 0.41 0.42 118 0.25 0.46
Hex 5A 94 58 27 0 29 2A 76 19 2E
Octal 132 224 130 47 0 51 52 166 31 56
Binary 1011010 10010100 1011000 100111 0 101001 101010 1110110 11001 101110

Color Harmonies of #5A9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9458

Black with #5A9458

Text Example


Text Example

White with #5A9458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,148,88); }

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

background-color css

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

 a { background-color: rgb(90,148,88); }

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

border-color css

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

 span { border-color: rgb(90,148,88); }

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