#5AD672

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

Shades of Emerald #5AD672

Tints of Emerald #5AD672

Color information

#5AD672 (or 0x5AD672) is unknown color: approx Emerald. HEX triplet: 5A, D6 and 72. RGB value is (90,214,114). Sum of RGB (Red+Green+Blue) = 90+214+114=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD672 is #A5298D. Grayscale: #A5A5A5. Windows color (decimal): -10824078 or 7525978. OLE color: 7525978.

HSL color Cylindrical-coordinate representation of color #5AD672: hue angle of 131.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD672 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB90214114-
CMYK0.5800.470.16
HSL131.61º60.19%59.61%-
HSV(B)131.61º57.94%83.92%-
XYZ31.351.4824.21-
YUV165.5298.9274.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.53%
GREEN value IS 214 (83.98% from 255) = 51.20%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=21.53%
G=51.20%
B=27.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902141140.5800.470.16131.6160.1959.61
Hex5AD6723A02F10843c3c
Octal13232616272057202047474
Binary101101011010110111001011101001011111000010000100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,214,114); }

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

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

 a { background-color: rgb(90,214,114); }

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

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

 span { border-color: rgb(90,214,114); }

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