#5AC170

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

Shades of Fern #5AC170

Tints of Fern #5AC170

Color information

#5AC170 (or 0x5AC170) is unknown color: approx Fern. HEX triplet: 5A, C1 and 70. RGB value is (90,193,112). Sum of RGB (Red+Green+Blue) = 90+193+112=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC170 is #A53E8F. Grayscale: #999999. Windows color (decimal): -10829456 or 7389530. OLE color: 7389530.

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

Color convert

RGB90193112-
CMYK0.5300.420.24
HSL132.82º45.37%55.49%-
HSV(B)132.82º53.37%75.69%-
XYZ26.2141.4821.95-
YUV152.97104.8883.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=22.78%
G=48.86%
B=28.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901931120.5300.420.24132.8245.3755.49
Hex5AC1703502A18852d37
Octal13230116065052302055567
Binary101101011000001111000011010101010101100010000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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