#45E176

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

Shades of Emerald #45E176

Tints of Emerald #45E176

Color information

#45E176 (or 0x45E176) is unknown color: approx Emerald. HEX triplet: 45, E1 and 76. RGB value is (69,225,118). Sum of RGB (Red+Green+Blue) = 69+225+118=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #45E176 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E176 is #BA1E89. Grayscale: #A6A6A6. Windows color (decimal): -12197514 or 7790917. OLE color: 7790917.

HSL color Cylindrical-coordinate representation of color #45E176: hue angle of 138.85º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E176 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB69225118-
CMYK0.6900.480.12
HSL138.85º72.22%57.65%-
HSV(B)138.85º69.33%88.24%-
XYZ32.6556.4226.31-
YUV166.16100.8258.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.75%
GREEN value IS 225 (88.28% from 255) = 54.61%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=16.75%
G=54.61%
B=28.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692251180.6900.480.12138.8572.2257.65
Hex45E17645030C8b483a
Octal1053411661050601421311072
Binary1000101111000011110110100010101100001100100010111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45E176; }

 p { color: rgb(69,225,118); }

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

<style>
 a { background-color: #45E176; }

 a { background-color: rgb(69,225,118); }

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

<style>
 span { border-color: #45E176; }

 span { border-color: rgb(69,225,118); }

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