#5AC358

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

Shades of Fern #5AC358

Tints of Fern #5AC358

Color information

#5AC358 (or 0x5AC358) is unknown color: approx Fern. HEX triplet: 5A, C3 and 58. RGB value is (90,195,88). Sum of RGB (Red+Green+Blue) = 90+195+88=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC358 is #A53CA7. Grayscale: #979797. Windows color (decimal): -10828968 or 5817178. OLE color: 5817178.

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

Color convert

RGB9019588-
CMYK0.5400.550.24
HSL118.88º47.14%55.49%-
HSV(B)118.88º54.87%76.47%-
XYZ25.4941.9115.98-
YUV151.4192.2184.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 195 (76.56% from 255) = 52.28%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=24.13%
G=52.28%
B=23.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90195880.5400.550.24118.8847.1455.49
Hex5AC3583603718772f37
Octal13230313066067301675767
Binary10110101100001110110001101100110111110001110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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