Html Css Color HEX #0EE448 Malachite

📋 copy color: '#0EE448'

red 14 ◦ green 228 ◦ blue 72

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

Shades of Malachite #0EE448

Tints of Malachite #0EE448

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.61%

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 4.46%
G = 72.61%
B = 22.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#0EE448 (or 0x0EE448) is known color: Malachite. HEX triplet: 0E, E4 and 48. RGB value is (14,228,72). Sum of RGB (Red+Green+Blue) = 14+228+72=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 228 (89.45% from 255 or 72.61% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE448 is #F11BB7. Grayscale: #929292. Windows color (decimal): -15801272 or 4776974. OLE color: 4776974.

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

Color convert

RGB 14 228 72 -
CMYK 0.94 0 0.68 0.11
HSL 136.26º 0.88% 0.47% -
HSV(B) 136.26º 0.94% 0.89% -
XYZ 29.09 56.05 15.42 -
YUV 146.23 86.1 33.68 -
System Red Green Blue C M Y K H S L
Decimal 14 228 72 0.94 0 0.68 0.11 136.26 0.88 0.47
Hex E E4 48 5E 0 44 B 88 58 2F
Octal 16 344 110 136 0 104 13 210 130 57
Binary 1110 11100100 1001000 1011110 0 1000100 1011 10001000 1011000 101111

Color Harmonies of #0EE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE448

Black with #0EE448

Text Example


Text Example

White with #0EE448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,228,72); }

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

background-color css

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

 a { background-color: rgb(14,228,72); }

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

border-color css

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

 span { border-color: rgb(14,228,72); }

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