Html Css Color HEX #0BE16E Malachite

📋 copy color: '#0BE16E'

red 11 ◦ green 225 ◦ blue 110

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

Shades of Malachite #0BE16E

Tints of Malachite #0BE16E

RGB

 RED value IS 11 (4.69% from 255) = 3.18%

 GREEN value IS 225 (88.28% from 255) = 65.03%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 3.18%
G = 65.03%
B = 31.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#0BE16E (or 0x0BE16E) is known color: Malachite. HEX triplet: 0B, E1 and 6E. RGB value is (11,225,110). Sum of RGB (Red+Green+Blue) = 11+225+110=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE16E is #F41E91. Grayscale: #949494. Windows color (decimal): -15998610 or 7266571. OLE color: 7266571.

HSL color Cylindrical-coordinate representation of color #0BE16E: hue angle of 147.76º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE16E is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 225 110 -
CMYK 0.95 0 0.51 0.12
HSL 147.76º 0.91% 0.46% -
HSV(B) 147.76º 0.95% 0.88% -
XYZ 29.88 55.05 23.8 -
YUV 147.9 106.6 30.35 -
System Red Green Blue C M Y K H S L
Decimal 11 225 110 0.95 0 0.51 0.12 147.76 0.91 0.46
Hex B E1 6E 5F 0 33 C 94 5B 2E
Octal 13 341 156 137 0 63 14 224 133 56
Binary 1011 11100001 1101110 1011111 0 110011 1100 10010100 1011011 101110

Color Harmonies of #0BE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE16E

Black with #0BE16E

Text Example


Text Example

White with #0BE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,225,110); }

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

background-color css

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

 a { background-color: rgb(11,225,110); }

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

border-color css

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

 span { border-color: rgb(11,225,110); }

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