Html Css Color HEX #0EF94B Malachite

📋 copy color: '#0EF94B'

red 14 ◦ green 249 ◦ blue 75

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

Shades of Malachite #0EF94B

Tints of Malachite #0EF94B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.67%

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

R = 4.14%
G = 73.67%
B = 22.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#0EF94B (or 0x0EF94B) is known color: Malachite. HEX triplet: 0E, F9 and 4B. RGB value is (14,249,75). Sum of RGB (Red+Green+Blue) = 14+249+75=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #0EF94B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF94B is #F106B4. Grayscale: #9F9F9F. Windows color (decimal): -15795893 or 4978958. OLE color: 4978958.

HSL color Cylindrical-coordinate representation of color #0EF94B: hue angle of 135.57º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF94B is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 249 75 -
CMYK 0.94 0 0.70 0.02
HSL 135.57º 0.95% 0.52% -
HSV(B) 135.57º 0.94% 0.98% -
XYZ 35.33 68.35 17.99 -
YUV 158.9 80.64 24.65 -
System Red Green Blue C M Y K H S L
Decimal 14 249 75 0.94 0 0.70 0.02 135.57 0.95 0.52
Hex E F9 4B 5E 0 46 2 88 5F 34
Octal 16 371 113 136 0 106 2 210 137 64
Binary 1110 11111001 1001011 1011110 0 1000110 10 10001000 1011111 110100

Color Harmonies of #0EF94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF94B

Black with #0EF94B

Text Example


Text Example

White with #0EF94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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