#5ADB6F

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

Shades of Emerald #5ADB6F

Tints of Emerald #5ADB6F

Color information

#5ADB6F (or 0x5ADB6F) is unknown color: approx Emerald. HEX triplet: 5A, DB and 6F. RGB value is (90,219,111). Sum of RGB (Red+Green+Blue) = 90+219+111=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADB6F is #A52490. Grayscale: #A8A8A8. Windows color (decimal): -10822801 or 7330650. OLE color: 7330650.

HSL color Cylindrical-coordinate representation of color #5ADB6F: hue angle of 129.77º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADB6F is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB90219111-
CMYK0.5900.490.14
HSL129.77º64.18%60.59%-
HSV(B)129.77º58.9%85.88%-
XYZ32.4253.9823.75-
YUV168.1295.7672.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.43%
GREEN value IS 219 (85.94% from 255) = 52.14%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=21.43%
G=52.14%
B=26.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902191110.5900.490.14129.7764.1860.59
Hex5ADB6F3B031E82403d
Octal132333157730611620210075
Binary101101011011011110111111101101100011110100000101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,219,111); }

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

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

 a { background-color: rgb(90,219,111); }

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

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

 span { border-color: rgb(90,219,111); }

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