Html Css Color HEX #0BE136 Malachite

📋 copy color: '#0BE136'

red 11 ◦ green 225 ◦ blue 54

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

Shades of Malachite #0BE136

Tints of Malachite #0BE136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 3.79%
G = 77.59%
B = 18.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#0BE136 (or 0x0BE136) is known color: Malachite. HEX triplet: 0B, E1 and 36. RGB value is (11,225,54). Sum of RGB (Red+Green+Blue) = 11+225+54=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 225 (88.28% from 255 or 77.59% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE136 is #F41EC9. Grayscale: #8D8D8D. Windows color (decimal): -15998666 or 3596555. OLE color: 3596555.

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

Color convert

RGB 11 225 54 -
CMYK 0.95 0 0.76 0.12
HSL 132.06º 0.91% 0.46% -
HSV(B) 132.06º 0.95% 0.88% -
XYZ 27.73 54.19 12.49 -
YUV 141.52 78.6 34.9 -
System Red Green Blue C M Y K H S L
Decimal 11 225 54 0.95 0 0.76 0.12 132.06 0.91 0.46
Hex B E1 36 5F 0 4C C 84 5B 2E
Octal 13 341 66 137 0 114 14 204 133 56
Binary 1011 11100001 110110 1011111 0 1001100 1100 10000100 1011011 101110

Color Harmonies of #0BE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE136

Black with #0BE136

Text Example


Text Example

White with #0BE136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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