Html Css Color HEX #0EEB55 Malachite

📋 copy color: '#0EEB55'

red 14 ◦ green 235 ◦ blue 85

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

Shades of Malachite #0EEB55

Tints of Malachite #0EEB55

RGB

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

 GREEN value IS 235 (92.19% from 255) = 70.36%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 4.19%
G = 70.36%
B = 25.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#0EEB55 (or 0x0EEB55) is known color: Malachite. HEX triplet: 0E, EB and 55. RGB value is (14,235,85). Sum of RGB (Red+Green+Blue) = 14+235+85=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 235 (92.19% from 255 or 70.36% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEB55 is #F114AA. Grayscale: #989898. Windows color (decimal): -15799467 or 5630734. OLE color: 5630734.

HSL color Cylindrical-coordinate representation of color #0EEB55: hue angle of 139.28º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEB55 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 235 85 -
CMYK 0.94 0 0.64 0.08
HSL 139.28º 0.89% 0.49% -
HSV(B) 139.28º 0.94% 0.92% -
XYZ 31.53 60.17 18.55 -
YUV 151.82 90.28 29.7 -
System Red Green Blue C M Y K H S L
Decimal 14 235 85 0.94 0 0.64 0.08 139.28 0.89 0.49
Hex E EB 55 5E 0 40 8 8B 59 31
Octal 16 353 125 136 0 100 10 213 131 61
Binary 1110 11101011 1010101 1011110 0 1000000 1000 10001011 1011001 110001

Color Harmonies of #0EEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEB55

Black with #0EEB55

Text Example


Text Example

White with #0EEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,235,85); }

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

background-color css

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

 a { background-color: rgb(14,235,85); }

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

border-color css

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

 span { border-color: rgb(14,235,85); }

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