Html Css Color HEX #0EF04B Malachite

📋 copy color: '#0EF04B'

red 14 ◦ green 240 ◦ blue 75

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

Shades of Malachite #0EF04B

Tints of Malachite #0EF04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 4.26%
G = 72.95%
B = 22.8%

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

#0EF04B (or 0x0EF04B) is known color: Malachite. HEX triplet: 0E, F0 and 4B. RGB value is (14,240,75). Sum of RGB (Red+Green+Blue) = 14+240+75=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF04B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF04B is #F10FB4. Grayscale: #9A9A9A. Windows color (decimal): -15798197 or 4976654. OLE color: 4976654.

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

Color convert

RGB 14 240 75 -
CMYK 0.94 0 0.69 0.06
HSL 136.19º 0.89% 0.5% -
HSV(B) 136.19º 0.94% 0.94% -
XYZ 32.61 62.92 17.08 -
YUV 153.62 83.63 28.42 -
System Red Green Blue C M Y K H S L
Decimal 14 240 75 0.94 0 0.69 0.06 136.19 0.89 0.5
Hex E F0 4B 5E 0 45 6 88 59 32
Octal 16 360 113 136 0 105 6 210 131 62
Binary 1110 11110000 1001011 1011110 0 1000101 110 10001000 1011001 110010

Color Harmonies of #0EF04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF04B

Black with #0EF04B

Text Example


Text Example

White with #0EF04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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