Html Css Color HEX #0BE166 Malachite

📋 copy color: '#0BE166'

red 11 ◦ green 225 ◦ blue 102

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

Shades of Malachite #0BE166

Tints of Malachite #0BE166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 3.25%
G = 66.57%
B = 30.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#0BE166 (or 0x0BE166) is known color: Malachite. HEX triplet: 0B, E1 and 66. RGB value is (11,225,102). Sum of RGB (Red+Green+Blue) = 11+225+102=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE166 is #F41E99. Grayscale: #939393. Windows color (decimal): -15998618 or 6742283. OLE color: 6742283.

HSL color Cylindrical-coordinate representation of color #0BE166: hue angle of 145.51º 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 #0BE166 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 225 102 -
CMYK 0.95 0 0.55 0.12
HSL 145.51º 0.91% 0.46% -
HSV(B) 145.51º 0.95% 0.88% -
XYZ 29.46 54.88 21.61 -
YUV 146.99 102.6 31 -
System Red Green Blue C M Y K H S L
Decimal 11 225 102 0.95 0 0.55 0.12 145.51 0.91 0.46
Hex B E1 66 5F 0 37 C 92 5B 2E
Octal 13 341 146 137 0 67 14 222 133 56
Binary 1011 11100001 1100110 1011111 0 110111 1100 10010010 1011011 101110

Color Harmonies of #0BE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE166

Black with #0BE166

Text Example


Text Example

White with #0BE166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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