#5AC075

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

Shades of Emerald #5AC075

Tints of Emerald #5AC075

Color information

#5AC075 (or 0x5AC075) is unknown color: approx Emerald. HEX triplet: 5A, C0 and 75. RGB value is (90,192,117). Sum of RGB (Red+Green+Blue) = 90+192+117=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC075 is #A53F8A. Grayscale: #999999. Windows color (decimal): -10829707 or 7716954. OLE color: 7716954.

HSL color Cylindrical-coordinate representation of color #5AC075: hue angle of 135.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC075 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB90192117-
CMYK0.5300.390.25
HSL135.88º44.74%55.29%-
HSV(B)135.88º53.12%75.29%-
XYZ26.2841.1623.39-
YUV152.95107.7183.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 192 (75.39% from 255) = 48.12%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=22.56%
G=48.12%
B=29.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921170.5300.390.25135.8844.7455.29
Hex5AC0753502719882d37
Octal13230016565047312105567
Binary101101011000000111010111010101001111100110001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,117); }

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

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

 a { background-color: rgb(90,192,117); }

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

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

 span { border-color: rgb(90,192,117); }

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