Html Css Color HEX #0BE360 Malachite

📋 copy color: '#0BE360'

red 11 ◦ green 227 ◦ blue 96

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

Shades of Malachite #0BE360

Tints of Malachite #0BE360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.96%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 3.29%
G = 67.96%
B = 28.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#0BE360 (or 0x0BE360) is known color: Malachite. HEX triplet: 0B, E3 and 60. RGB value is (11,227,96). Sum of RGB (Red+Green+Blue) = 11+227+96=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 227 (89.06% from 255 or 67.96% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE360 is #F41C9F. Grayscale: #939393. Windows color (decimal): -15998112 or 6349579. OLE color: 6349579.

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

Color convert

RGB 11 227 96 -
CMYK 0.95 0 0.58 0.11
HSL 143.61º 0.91% 0.47% -
HSV(B) 143.61º 0.95% 0.89% -
XYZ 29.72 55.85 20.28 -
YUV 147.48 98.94 30.65 -
System Red Green Blue C M Y K H S L
Decimal 11 227 96 0.95 0 0.58 0.11 143.61 0.91 0.47
Hex B E3 60 5F 0 3A B 90 5B 2F
Octal 13 343 140 137 0 72 13 220 133 57
Binary 1011 11100011 1100000 1011111 0 111010 1011 10010000 1011011 101111

Color Harmonies of #0BE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE360

Black with #0BE360

Text Example


Text Example

White with #0BE360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,227,96); }

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

background-color css

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

 a { background-color: rgb(11,227,96); }

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

border-color css

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

 span { border-color: rgb(11,227,96); }

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