Html Css Color HEX #5E985A Hippie Green

📋 copy color: '#5E985A'

red 94 ◦ green 152 ◦ blue 90

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

Shades of Hippie Green #5E985A

Tints of Hippie Green #5E985A

RGB

 RED value IS 94 (37.11% from 255) = 27.98%

 GREEN value IS 152 (59.77% from 255) = 45.24%

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 27.98%
G = 45.24%
B = 26.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#5E985A (or 0x5E985A) is known color: Hippie Green. HEX triplet: 5E, 98 and 5A. RGB value is (94,152,90). Sum of RGB (Red+Green+Blue) = 94+152+90=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #5E985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E985A is #A167A5. Grayscale: #7F7F7F. Windows color (decimal): -10577830 or 5937246. OLE color: 5937246.

HSL color Cylindrical-coordinate representation of color #5E985A: hue angle of 116.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E985A is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 152 90 -
CMYK 0.38 0 0.41 0.40
HSL 116.13º 0.26% 0.47% -
HSV(B) 116.13º 0.41% 0.6% -
XYZ 17.69 25.57 13.68 -
YUV 127.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 94 152 90 0.38 0 0.41 0.40 116.13 0.26 0.47
Hex 5E 98 5A 26 0 29 28 74 1A 2F
Octal 136 230 132 46 0 51 50 164 32 57
Binary 1011110 10011000 1011010 100110 0 101001 101000 1110100 11010 101111

Color Harmonies of #5E985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E985A

Black with #5E985A

Text Example


Text Example

White with #5E985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,90); }

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

background-color css

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

 a { background-color: rgb(94,152,90); }

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

border-color css

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

 span { border-color: rgb(94,152,90); }

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