#45E38A

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

Shades of Emerald #45E38A

Tints of Emerald #45E38A

Color information

#45E38A (or 0x45E38A) is unknown color: approx Emerald. HEX triplet: 45, E3 and 8A. RGB value is (69,227,138). Sum of RGB (Red+Green+Blue) = 69+227+138=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #45E38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E38A is #BA1C75. Grayscale: #A9A9A9. Windows color (decimal): -12196982 or 9102149. OLE color: 9102149.

HSL color Cylindrical-coordinate representation of color #45E38A: hue angle of 146.2º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E38A is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB69227138-
CMYK0.7000.390.11
HSL146.2º73.83%58.04%-
HSV(B)146.2º69.6%89.02%-
XYZ34.5158.0433.43-
YUV169.61110.1556.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.90%
GREEN value IS 227 (89.06% from 255) = 52.30%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=15.90%
G=52.30%
B=31.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal692271380.7000.390.11146.273.8358.04
Hex45E38A46027B924a3a
Octal1053432121060471322211272
Binary10001011110001110001010100011001001111011100100101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,227,138); }

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

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

 a { background-color: rgb(69,227,138); }

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

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

 span { border-color: rgb(69,227,138); }

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