#5AC158

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

Shades of Fern #5AC158

Tints of Fern #5AC158

Color information

#5AC158 (or 0x5AC158) is unknown color: approx Fern. HEX triplet: 5A, C1 and 58. RGB value is (90,193,88). Sum of RGB (Red+Green+Blue) = 90+193+88=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC158 is #A53EA7. Grayscale: #969696. Windows color (decimal): -10829480 or 5816666. OLE color: 5816666.

HSL color Cylindrical-coordinate representation of color #5AC158: hue angle of 118.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC158 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB9019388-
CMYK0.5300.540.24
HSL118.86º45.85%55.1%-
HSV(B)118.86º54.4%75.69%-
XYZ25.0541.0215.83-
YUV150.2392.8885.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.26%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=24.26%
G=52.02%
B=23.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90193880.5300.540.24118.8645.8555.1
Hex5AC1583503618772e37
Octal13230113065066301675667
Binary10110101100000110110001101010110110110001110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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