#5EA256

Color #5EA256 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5EA256

Tints of Hippie Green #5EA256

Color information

#5EA256 (or 0x5EA256) is unknown color: approx Hippie Green. HEX triplet: 5E, A2 and 56. RGB value is (94,162,86). Sum of RGB (Red+Green+Blue) = 94+162+86=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA256 is #A15DA9. Grayscale: #858585. Windows color (decimal): -10575274 or 5677662. OLE color: 5677662.

HSL color Cylindrical-coordinate representation of color #5EA256: hue angle of 113.68º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EA256 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB9416286-
CMYK0.4200.470.36
HSL113.68º30.65%48.63%-
HSV(B)113.68º46.91%63.53%-
XYZ19.2228.8913.37-
YUV133101.47100.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.49%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=27.49%
G=47.37%
B=25.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162860.4200.470.36113.6830.6548.63
Hex5EA2562A02F24721f31
Octal13624212652057441623761
Binary10111101010001010101101010100101111100100111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,162,86); }

 H1.HeaderClassName
 {
   color: #5EA256;
 }
 .AnyTagClassName
 {
   color: #5EA256;
 }
</style>
background-color css

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

 a { background-color: rgb(94,162,86); }

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

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

 span { border-color: rgb(94,162,86); }

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