#5AC058

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

Shades of Fern #5AC058

Tints of Fern #5AC058

Color information

#5AC058 (or 0x5AC058) is unknown color: approx Fern. HEX triplet: 5A, C0 and 58. RGB value is (90,192,88). Sum of RGB (Red+Green+Blue) = 90+192+88=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC058 is #A53FA7. Grayscale: #959595. Windows color (decimal): -10829736 or 5816410. OLE color: 5816410.

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

Color convert

RGB9019288-
CMYK0.5300.540.25
HSL118.85º45.22%54.9%-
HSV(B)118.85º54.17%75.29%-
XYZ24.8340.5815.76-
YUV149.6593.2185.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 192 (75.39% from 255) = 51.89%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=24.32%
G=51.89%
B=23.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90192880.5300.540.25118.8545.2254.9
Hex5AC0583503619772d37
Octal13230013065066311675567
Binary10110101100000010110001101010110110110011110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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