#5AD268

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

Shades of Emerald #5AD268

Tints of Emerald #5AD268

Color information

#5AD268 (or 0x5AD268) is unknown color: approx Emerald. HEX triplet: 5A, D2 and 68. RGB value is (90,210,104). Sum of RGB (Red+Green+Blue) = 90+210+104=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD268 is #A52D97. Grayscale: #A2A2A2. Windows color (decimal): -10825112 or 6869594. OLE color: 6869594.

HSL color Cylindrical-coordinate representation of color #5AD268: hue angle of 127º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD268 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB90210104-
CMYK0.5700.500.18
HSL127º57.14%58.82%-
HSV(B)127º57.14%82.35%-
XYZ29.7649.2721.04-
YUV162.0495.2476.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.28%
GREEN value IS 210 (82.42% from 255) = 51.98%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=22.28%
G=51.98%
B=25.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902101040.5700.500.1812757.1458.82
Hex5AD26839032127f393b
Octal13232215071062221777173
Binary10110101101001011010001110010110010100101111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,210,104); }

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

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

 a { background-color: rgb(90,210,104); }

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

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

 span { border-color: rgb(90,210,104); }

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