#5AC276

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

Shades of Emerald #5AC276

Tints of Emerald #5AC276

Color information

#5AC276 (or 0x5AC276) is unknown color: approx Emerald. HEX triplet: 5A, C2 and 76. RGB value is (90,194,118). Sum of RGB (Red+Green+Blue) = 90+194+118=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC276 is #A53D89. Grayscale: #9A9A9A. Windows color (decimal): -10829194 or 7783002. OLE color: 7783002.

HSL color Cylindrical-coordinate representation of color #5AC276: hue angle of 136.15º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC276 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB90194118-
CMYK0.5400.390.24
HSL136.15º46.02%55.69%-
HSV(B)136.15º53.61%76.08%-
XYZ26.7842.0723.85-
YUV154.24107.5482.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.39%
GREEN value IS 194 (76.17% from 255) = 48.26%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=22.39%
G=48.26%
B=29.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901941180.5400.390.24136.1546.0255.69
Hex5AC2763602718882e38
Octal13230216666047302105670
Binary101101011000010111011011011001001111100010001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,194,118); }

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

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

 a { background-color: rgb(90,194,118); }

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

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

 span { border-color: rgb(90,194,118); }

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