#5ABD5D

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

Shades of Fern #5ABD5D

Tints of Fern #5ABD5D

Color information

#5ABD5D (or 0x5ABD5D) is unknown color: approx Fern. HEX triplet: 5A, BD and 5D. RGB value is (90,189,93). Sum of RGB (Red+Green+Blue) = 90+189+93=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD5D is #A542A2. Grayscale: #949494. Windows color (decimal): -10830499 or 6143322. OLE color: 6143322.

HSL color Cylindrical-coordinate representation of color #5ABD5D: hue angle of 121.82º degrees, saturation: 0.43, 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 #5ABD5D is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB9018993-
CMYK0.5200.510.26
HSL121.82º42.86%54.71%-
HSV(B)121.82º52.38%74.12%-
XYZ24.3939.3616.67-
YUV148.4696.786.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 189 (74.22% from 255) = 50.81%
BLUE value IS 93 (36.72% from 255) = 25%
R=24.19%
G=50.81%
B=25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90189930.5200.510.26121.8242.8654.71
Hex5ABD5D340331A7a2b37
Octal13227513564063321725367
Binary10110101011110110111011101000110011110101111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,189,93); }

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

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

 a { background-color: rgb(90,189,93); }

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

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

 span { border-color: rgb(90,189,93); }

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