Html Css Color HEX #5ABC70 Fern

📋 copy color: '#5ABC70'

red 90 ◦ green 188 ◦ blue 112

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

Shades of Fern #5ABC70

Tints of Fern #5ABC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.21%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 23.08%
G = 48.21%
B = 28.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#5ABC70 (or 0x5ABC70) is known color: Fern. HEX triplet: 5A, BC and 70. RGB value is (90,188,112). Sum of RGB (Red+Green+Blue) = 90+188+112=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC70 is #A5438F. Grayscale: #969696. Windows color (decimal): -10830736 or 7388250. OLE color: 7388250.

HSL color Cylindrical-coordinate representation of color #5ABC70: hue angle of 133.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC70 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 112 -
CMYK 0.52 0 0.40 0.26
HSL 133.47º 0.42% 0.55% -
HSV(B) 133.47º 0.52% 0.74% -
XYZ 25.12 39.31 21.59 -
YUV 150.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 90 188 112 0.52 0 0.40 0.26 133.47 0.42 0.55
Hex 5A BC 70 34 0 28 1A 85 2A 37
Octal 132 274 160 64 0 50 32 205 52 67
Binary 1011010 10111100 1110000 110100 0 101000 11010 10000101 101010 110111

Color Harmonies of #5ABC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC70

Black with #5ABC70

Text Example


Text Example

White with #5ABC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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