#45E05A

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

Shades of Emerald #45E05A

Tints of Emerald #45E05A

Color information

#45E05A (or 0x45E05A) is unknown color: approx Emerald. HEX triplet: 45, E0 and 5A. RGB value is (69,224,90). Sum of RGB (Red+Green+Blue) = 69+224+90=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #45E05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E05A is #BA1FA5. Grayscale: #A2A2A2. Windows color (decimal): -12197798 or 5955653. OLE color: 5955653.

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

Color convert

RGB6922490-
CMYK0.6900.600.12
HSL128.13º71.43%57.45%-
HSV(B)128.13º69.2%87.84%-
XYZ30.9655.3118.72-
YUV162.3887.1561.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 224 (87.89% from 255) = 58.49%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=18.02%
G=58.49%
B=23.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal69224900.6900.600.12128.1371.4357.45
Hex45E05A4503CC804739
Octal1053401321050741420010771
Binary1000101111000001011010100010101111001100100000001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,224,90); }

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

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

 a { background-color: rgb(69,224,90); }

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

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

 span { border-color: rgb(69,224,90); }

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