Html Css Color HEX #5A9B55 Hippie Green

📋 copy color: '#5A9B55'

red 90 ◦ green 155 ◦ blue 85

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

Shades of Hippie Green #5A9B55

Tints of Hippie Green #5A9B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 27.27%
G = 46.97%
B = 25.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#5A9B55 (or 0x5A9B55) is known color: Hippie Green. HEX triplet: 5A, 9B and 55. RGB value is (90,155,85). Sum of RGB (Red+Green+Blue) = 90+155+85=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B55 is #A564AA. Grayscale: #7F7F7F. Windows color (decimal): -10839211 or 5610330. OLE color: 5610330.

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

Color convert

RGB 90 155 85 -
CMYK 0.42 0 0.45 0.39
HSL 115.71º 0.29% 0.47% -
HSV(B) 115.71º 0.45% 0.61% -
XYZ 17.58 26.27 12.74 -
YUV 127.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 90 155 85 0.42 0 0.45 0.39 115.71 0.29 0.47
Hex 5A 9B 55 2A 0 2D 27 74 1D 2F
Octal 132 233 125 52 0 55 47 164 35 57
Binary 1011010 10011011 1010101 101010 0 101101 100111 1110100 11101 101111

Color Harmonies of #5A9B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9B55

Black with #5A9B55

Text Example


Text Example

White with #5A9B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,155,85); }

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

background-color css

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

 a { background-color: rgb(90,155,85); }

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

border-color css

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

 span { border-color: rgb(90,155,85); }

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