Html Css Color HEX #0EFF4E Malachite

📋 copy color: '#0EFF4E'

red 14 ◦ green 255 ◦ blue 78

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

Shades of Malachite #0EFF4E

Tints of Malachite #0EFF4E

RGB

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

 GREEN value IS 255 (100% from 255) = 73.49%

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 4.03%
G = 73.49%
B = 22.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#0EFF4E (or 0x0EFF4E) is known color: Malachite. HEX triplet: 0E, FF and 4E. RGB value is (14,255,78). Sum of RGB (Red+Green+Blue) = 14+255+78=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 255 (100% from 255 or 73.49% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF4E is #F100B1. Grayscale: #A3A3A3. Windows color (decimal): -15794354 or 5177102. OLE color: 5177102.

HSL color Cylindrical-coordinate representation of color #0EFF4E: hue angle of 135.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF4E is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 78 -
CMYK 0.95 0 0.69 0
HSL 135.93º 1% 0.53% -
HSV(B) 135.93º 0.95% 1% -
XYZ 37.32 72.16 19.17 -
YUV 162.76 80.16 21.89 -
System Red Green Blue C M Y K H S L
Decimal 14 255 78 0.95 0 0.69 0 135.93 1 0.53
Hex E FF 4E 5F 0 45 0 88 64 35
Octal 16 377 116 137 0 105 0 210 144 65
Binary 1110 11111111 1001110 1011111 0 1000101 0 10001000 1100100 110101

Color Harmonies of #0EFF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF4E

Black with #0EFF4E

Text Example


Text Example

White with #0EFF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,78); }

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

background-color css

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

 a { background-color: rgb(14,255,78); }

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

border-color css

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

 span { border-color: rgb(14,255,78); }

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