Html Css Color HEX #0EF04A Malachite

📋 copy color: '#0EF04A'

red 14 ◦ green 240 ◦ blue 74

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

Shades of Malachite #0EF04A

Tints of Malachite #0EF04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 4.27%
G = 73.17%
B = 22.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#0EF04A (or 0x0EF04A) is known color: Malachite. HEX triplet: 0E, F0 and 4A. RGB value is (14,240,74). Sum of RGB (Red+Green+Blue) = 14+240+74=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF04A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF04A is #F10FB5. Grayscale: #999999. Windows color (decimal): -15798198 or 4911118. OLE color: 4911118.

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

Color convert

RGB 14 240 74 -
CMYK 0.94 0 0.69 0.06
HSL 135.93º 0.89% 0.5% -
HSV(B) 135.93º 0.94% 0.94% -
XYZ 32.58 62.91 16.9 -
YUV 153.5 83.13 28.5 -
System Red Green Blue C M Y K H S L
Decimal 14 240 74 0.94 0 0.69 0.06 135.93 0.89 0.5
Hex E F0 4A 5E 0 45 6 88 59 32
Octal 16 360 112 136 0 105 6 210 131 62
Binary 1110 11110000 1001010 1011110 0 1000101 110 10001000 1011001 110010

Color Harmonies of #0EF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF04A

Black with #0EF04A

Text Example


Text Example

White with #0EF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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