Html Css Color HEX #0EF035 Malachite

📋 copy color: '#0EF035'

red 14 ◦ green 240 ◦ blue 53

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

Shades of Malachite #0EF035

Tints of Malachite #0EF035

RGB

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

 GREEN value IS 240 (94.14% from 255) = 78.18%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 4.56%
G = 78.18%
B = 17.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#0EF035 (or 0x0EF035) is known color: Malachite. HEX triplet: 0E, F0 and 35. RGB value is (14,240,53). Sum of RGB (Red+Green+Blue) = 14+240+53=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF035 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF035 is #F10FCA. Grayscale: #979797. Windows color (decimal): -15798219 or 3534862. OLE color: 3534862.

HSL color Cylindrical-coordinate representation of color #0EF035: hue angle of 130.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF035 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 240 53 -
CMYK 0.94 0 0.78 0.06
HSL 130.35º 0.89% 0.5% -
HSV(B) 130.35º 0.94% 0.94% -
XYZ 31.98 62.67 13.78 -
YUV 151.11 72.63 30.21 -
System Red Green Blue C M Y K H S L
Decimal 14 240 53 0.94 0 0.78 0.06 130.35 0.89 0.5
Hex E F0 35 5E 0 4E 6 82 59 32
Octal 16 360 65 136 0 116 6 202 131 62
Binary 1110 11110000 110101 1011110 0 1001110 110 10000010 1011001 110010

Color Harmonies of #0EF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF035

Black with #0EF035

Text Example


Text Example

White with #0EF035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,240,53); }

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

background-color css

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

 a { background-color: rgb(14,240,53); }

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

border-color css

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

 span { border-color: rgb(14,240,53); }

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