Html Css Color HEX #5AC170 Fern

📋 copy color: '#5AC170'

red 90 ◦ green 193 ◦ blue 112

#5AC170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5AC170

Tints of Fern #5AC170

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 value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#5AC170 (or 0x5AC170) is known color: 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

RGB 90 193 112 -
CMYK 0.53 0 0.42 0.24
HSL 132.82º 0.45% 0.55% -
HSV(B) 132.82º 0.53% 0.76% -
XYZ 26.21 41.48 21.95 -
YUV 152.97 104.88 83.09 -
System Red Green Blue C M Y K H S L
Decimal 90 193 112 0.53 0 0.42 0.24 132.82 0.45 0.55
Hex 5A C1 70 35 0 2A 18 85 2D 37
Octal 132 301 160 65 0 52 30 205 55 67
Binary 1011010 11000001 1110000 110101 0 101010 11000 10000101 101101 110111

Color Harmonies of #5AC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC170

Black with #5AC170

Text Example


Text Example

White with #5AC170

Text Example


Text Example

HTML Codes & Css Web 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>