Html Css Color HEX #5AC060 Fern

📋 copy color: '#5AC060'

red 90 ◦ green 192 ◦ blue 96

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

Shades of Fern #5AC060

Tints of Fern #5AC060

RGB

 RED value IS 90 (35.55% from 255) = 23.81%

 GREEN value IS 192 (75.39% from 255) = 50.79%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 23.81%
G = 50.79%
B = 25.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#5AC060 (or 0x5AC060) is known color: Fern. HEX triplet: 5A, C0 and 60. RGB value is (90,192,96). Sum of RGB (Red+Green+Blue) = 90+192+96=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC060 is #A53F9F. Grayscale: #969696. Windows color (decimal): -10829728 or 6340698. OLE color: 6340698.

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

Color convert

RGB 90 192 96 -
CMYK 0.53 0 0.50 0.25
HSL 123.53º 0.45% 0.55% -
HSV(B) 123.53º 0.53% 0.75% -
XYZ 25.18 40.72 17.6 -
YUV 150.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 90 192 96 0.53 0 0.50 0.25 123.53 0.45 0.55
Hex 5A C0 60 35 0 32 19 7C 2D 37
Octal 132 300 140 65 0 62 31 174 55 67
Binary 1011010 11000000 1100000 110101 0 110010 11001 1111100 101101 110111

Color Harmonies of #5AC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC060

Black with #5AC060

Text Example


Text Example

White with #5AC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AC060;
 }
 .AnyTagClassName
 {
   color: #5AC060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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