Html Css Color HEX #0EEF3B Malachite

📋 copy color: '#0EEF3B'

red 14 ◦ green 239 ◦ blue 59

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

Shades of Malachite #0EEF3B

Tints of Malachite #0EEF3B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 76.6%

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 4.49%
G = 76.6%
B = 18.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#0EEF3B (or 0x0EEF3B) is known color: Malachite. HEX triplet: 0E, EF and 3B. RGB value is (14,239,59). Sum of RGB (Red+Green+Blue) = 14+239+59=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 239 (93.75% from 255 or 76.60% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEF3B is #F110C4. Grayscale: #979797. Windows color (decimal): -15798469 or 3927822. OLE color: 3927822.

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

Color convert

RGB 14 239 59 -
CMYK 0.94 0 0.75 0.06
HSL 132º 0.89% 0.5% -
HSV(B) 132º 0.94% 0.94% -
XYZ 31.84 62.14 14.45 -
YUV 151.21 75.96 30.14 -
System Red Green Blue C M Y K H S L
Decimal 14 239 59 0.94 0 0.75 0.06 132 0.89 0.5
Hex E EF 3B 5E 0 4B 6 84 59 32
Octal 16 357 73 136 0 113 6 204 131 62
Binary 1110 11101111 111011 1011110 0 1001011 110 10000100 1011001 110010

Color Harmonies of #0EEF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEF3B

Black with #0EEF3B

Text Example


Text Example

White with #0EEF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,239,59); }

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

background-color css

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

 a { background-color: rgb(14,239,59); }

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

border-color css

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

 span { border-color: rgb(14,239,59); }

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