#5AC362

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

Shades of Fern #5AC362

Tints of Fern #5AC362

Color information

#5AC362 (or 0x5AC362) is unknown color: approx Fern. HEX triplet: 5A, C3 and 62. RGB value is (90,195,98). Sum of RGB (Red+Green+Blue) = 90+195+98=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC362 is #A53C9D. Grayscale: #989898. Windows color (decimal): -10828958 or 6472538. OLE color: 6472538.

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

Color convert

RGB9019598-
CMYK0.5400.500.24
HSL124.57º46.67%55.88%-
HSV(B)124.57º53.85%76.47%-
XYZ25.9442.0918.31-
YUV152.5597.2183.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 195 (76.56% from 255) = 50.91%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=23.50%
G=50.91%
B=25.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90195980.5400.500.24124.5746.6755.88
Hex5AC36236032187d2f38
Octal13230314266062301755770
Binary10110101100001111000101101100110010110001111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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