Html Css Color HEX #0BE261 Malachite

📋 copy color: '#0BE261'

red 11 ◦ green 226 ◦ blue 97

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

Shades of Malachite #0BE261

Tints of Malachite #0BE261

RGB

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

 GREEN value IS 226 (88.67% from 255) = 67.66%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 3.29%
G = 67.66%
B = 29.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#0BE261 (or 0x0BE261) is known color: Malachite. HEX triplet: 0B, E2 and 61. RGB value is (11,226,97). Sum of RGB (Red+Green+Blue) = 11+226+97=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 226 (88.67% from 255 or 67.66% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE261 is #F41D9E. Grayscale: #939393. Windows color (decimal): -15998367 or 6414859. OLE color: 6414859.

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

Color convert

RGB 11 226 97 -
CMYK 0.95 0 0.57 0.11
HSL 144º 0.91% 0.46% -
HSV(B) 144º 0.95% 0.89% -
XYZ 29.49 55.33 20.43 -
YUV 147.01 99.77 30.99 -
System Red Green Blue C M Y K H S L
Decimal 11 226 97 0.95 0 0.57 0.11 144 0.91 0.46
Hex B E2 61 5F 0 39 B 90 5B 2E
Octal 13 342 141 137 0 71 13 220 133 56
Binary 1011 11100010 1100001 1011111 0 111001 1011 10010000 1011011 101110

Color Harmonies of #0BE261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE261

Black with #0BE261

Text Example


Text Example

White with #0BE261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,226,97); }

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

background-color css

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

 a { background-color: rgb(11,226,97); }

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

border-color css

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

 span { border-color: rgb(11,226,97); }

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