Html Css Color HEX #0EE045 Malachite

📋 copy color: '#0EE045'

red 14 ◦ green 224 ◦ blue 69

#0EE045
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0EE045

Tints of Malachite #0EE045

RGB

 RED value IS 14 (5.86% from 255) = 4.56%

 GREEN value IS 224 (87.89% from 255) = 72.96%

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 4.56%
G = 72.96%
B = 22.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#0EE045 (or 0x0EE045) is known color: Malachite. HEX triplet: 0E, E0 and 45. RGB value is (14,224,69). Sum of RGB (Red+Green+Blue) = 14+224+69=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE045 is #F11FBA. Grayscale: #8F8F8F. Windows color (decimal): -15802299 or 4579342. OLE color: 4579342.

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

Color convert

RGB 14 224 69 -
CMYK 0.94 0 0.69 0.12
HSL 135.71º 0.88% 0.47% -
HSV(B) 135.71º 0.94% 0.88% -
XYZ 27.91 53.83 14.55 -
YUV 143.54 85.93 35.6 -
System Red Green Blue C M Y K H S L
Decimal 14 224 69 0.94 0 0.69 0.12 135.71 0.88 0.47
Hex E E0 45 5E 0 45 C 88 58 2F
Octal 16 340 105 136 0 105 14 210 130 57
Binary 1110 11100000 1000101 1011110 0 1000101 1100 10001000 1011000 101111

Color Harmonies of #0EE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE045

Black with #0EE045

Text Example


Text Example

White with #0EE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EE045; }

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

 H1.HeaderClassName
 {
   color: #0EE045;
 }
 .AnyTagClassName
 {
   color: #0EE045;
 }
</style>

background-color css

<style>
 a { background-color: #0EE045; }

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

 div.DivClassName
 {
   background-color: #0EE045;
 }
 .BgClassName
 {
   background-color: #0EE045;
 }
</style>

border-color css

<style>
 span { border-color: #0EE045; }

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

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