#5ACD6A

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

Shades of Fern #5ACD6A

Tints of Fern #5ACD6A

Color information

#5ACD6A (or 0x5ACD6A) is unknown color: approx Fern. HEX triplet: 5A, CD and 6A. RGB value is (90,205,106). Sum of RGB (Red+Green+Blue) = 90+205+106=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD6A is #A53295. Grayscale: #9F9F9F. Windows color (decimal): -10826390 or 6999386. OLE color: 6999386.

HSL color Cylindrical-coordinate representation of color #5ACD6A: hue angle of 128.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACD6A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB90205106-
CMYK0.5600.480.20
HSL128.35º53.49%57.84%-
HSV(B)128.35º56.1%80.39%-
XYZ28.6546.8821.17-
YUV159.3397.978.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.44%
GREEN value IS 205 (80.47% from 255) = 51.12%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=22.44%
G=51.12%
B=26.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal902051060.5600.480.20128.3553.4957.84
Hex5ACD6A380301480353a
Octal13231515270060242006572
Binary101101011001101110101011100001100001010010000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,205,106); }

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

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

 a { background-color: rgb(90,205,106); }

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

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

 span { border-color: rgb(90,205,106); }

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