Html Css Color HEX #5AB071 Fern

📋 copy color: '#5AB071'

red 90 ◦ green 176 ◦ blue 113

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

Shades of Fern #5AB071

Tints of Fern #5AB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.44%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 23.75%
G = 46.44%
B = 29.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#5AB071 (or 0x5AB071) is known color: Fern. HEX triplet: 5A, B0 and 71. RGB value is (90,176,113). Sum of RGB (Red+Green+Blue) = 90+176+113=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB071 is #A54F8E. Grayscale: #8F8F8F. Windows color (decimal): -10833807 or 7450714. OLE color: 7450714.

HSL color Cylindrical-coordinate representation of color #5AB071: hue angle of 136.05º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB071 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 176 113 -
CMYK 0.49 0 0.36 0.31
HSL 136.05º 0.35% 0.52% -
HSV(B) 136.05º 0.49% 0.69% -
XYZ 22.72 34.42 21.07 -
YUV 143.1 111.01 90.12 -
System Red Green Blue C M Y K H S L
Decimal 90 176 113 0.49 0 0.36 0.31 136.05 0.35 0.52
Hex 5A B0 71 31 0 24 1F 88 23 34
Octal 132 260 161 61 0 44 37 210 43 64
Binary 1011010 10110000 1110001 110001 0 100100 11111 10001000 100011 110100

Color Harmonies of #5AB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB071

Black with #5AB071

Text Example


Text Example

White with #5AB071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,176,113); }

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

background-color css

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

 a { background-color: rgb(90,176,113); }

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

border-color css

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

 span { border-color: rgb(90,176,113); }

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