Html Css Color HEX #0EE145 Malachite

📋 copy color: '#0EE145'

red 14 ◦ green 225 ◦ blue 69

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

Shades of Malachite #0EE145

Tints of Malachite #0EE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.05%

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

R = 4.55%
G = 73.05%
B = 22.4%

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

#0EE145 (or 0x0EE145) is known color: Malachite. HEX triplet: 0E, E1 and 45. RGB value is (14,225,69). Sum of RGB (Red+Green+Blue) = 14+225+69=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE145 is #F11EBA. Grayscale: #909090. Windows color (decimal): -15802043 or 4579598. OLE color: 4579598.

HSL color Cylindrical-coordinate representation of color #0EE145: hue angle of 135.64º 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 #0EE145 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 225 69 -
CMYK 0.94 0 0.69 0.12
HSL 135.64º 0.88% 0.47% -
HSV(B) 135.64º 0.94% 0.88% -
XYZ 28.18 54.37 14.64 -
YUV 144.13 85.6 35.18 -
System Red Green Blue C M Y K H S L
Decimal 14 225 69 0.94 0 0.69 0.12 135.64 0.88 0.47
Hex E E1 45 5E 0 45 C 88 58 2F
Octal 16 341 105 136 0 105 14 210 130 57
Binary 1110 11100001 1000101 1011110 0 1000101 1100 10001000 1011000 101111

Color Harmonies of #0EE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE145

Black with #0EE145

Text Example


Text Example

White with #0EE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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