Html Css Color HEX #0BE960 Malachite

📋 copy color: '#0BE960'

red 11 ◦ green 233 ◦ blue 96

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

Shades of Malachite #0BE960

Tints of Malachite #0BE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 68.53%

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

R = 3.24%
G = 68.53%
B = 28.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#0BE960 (or 0x0BE960) is known color: Malachite. HEX triplet: 0B, E9 and 60. RGB value is (11,233,96). Sum of RGB (Red+Green+Blue) = 11+233+96=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE960 is #F4169F. Grayscale: #979797. Windows color (decimal): -15996576 or 6351115. OLE color: 6351115.

HSL color Cylindrical-coordinate representation of color #0BE960: hue angle of 142.97º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE960 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 233 96 -
CMYK 0.95 0 0.59 0.09
HSL 142.97º 0.91% 0.48% -
HSV(B) 142.97º 0.95% 0.91% -
XYZ 31.39 59.19 20.84 -
YUV 151 96.95 28.14 -
System Red Green Blue C M Y K H S L
Decimal 11 233 96 0.95 0 0.59 0.09 142.97 0.91 0.48
Hex B E9 60 5F 0 3B 9 8F 5B 30
Octal 13 351 140 137 0 73 11 217 133 60
Binary 1011 11101001 1100000 1011111 0 111011 1001 10001111 1011011 110000

Color Harmonies of #0BE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE960

Black with #0BE960

Text Example


Text Example

White with #0BE960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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