Html Css Color HEX #0EE94B Malachite

📋 copy color: '#0EE94B'

red 14 ◦ green 233 ◦ blue 75

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

Shades of Malachite #0EE94B

Tints of Malachite #0EE94B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 72.36%

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

R = 4.35%
G = 72.36%
B = 23.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#0EE94B (or 0x0EE94B) is known color: Malachite. HEX triplet: 0E, E9 and 4B. RGB value is (14,233,75). Sum of RGB (Red+Green+Blue) = 14+233+75=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 233 (91.41% from 255 or 72.36% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE94B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE94B is #F116B4. Grayscale: #959595. Windows color (decimal): -15799989 or 4974862. OLE color: 4974862.

HSL color Cylindrical-coordinate representation of color #0EE94B: hue angle of 136.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE94B is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 233 75 -
CMYK 0.94 0 0.68 0.09
HSL 136.71º 0.89% 0.48% -
HSV(B) 136.71º 0.94% 0.91% -
XYZ 30.59 58.88 16.41 -
YUV 149.51 85.95 31.35 -
System Red Green Blue C M Y K H S L
Decimal 14 233 75 0.94 0 0.68 0.09 136.71 0.89 0.48
Hex E E9 4B 5E 0 44 9 89 59 30
Octal 16 351 113 136 0 104 11 211 131 60
Binary 1110 11101001 1001011 1011110 0 1000100 1001 10001001 1011001 110000

Color Harmonies of #0EE94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE94B

Black with #0EE94B

Text Example


Text Example

White with #0EE94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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