Html Css Color HEX #0BC260 Malachite

📋 copy color: '#0BC260'

red 11 ◦ green 194 ◦ blue 96

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

Shades of Malachite #0BC260

Tints of Malachite #0BC260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

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

R = 3.65%
G = 64.45%
B = 31.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#0BC260 (or 0x0BC260) is known color: Malachite. HEX triplet: 0B, C2 and 60. RGB value is (11,194,96). Sum of RGB (Red+Green+Blue) = 11+194+96=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC260 is #F43D9F. Grayscale: #808080. Windows color (decimal): -16006560 or 6341131. OLE color: 6341131.

HSL color Cylindrical-coordinate representation of color #0BC260: hue angle of 147.87º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC260 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 194 96 -
CMYK 0.94 0 0.51 0.24
HSL 147.87º 0.89% 0.4% -
HSV(B) 147.87º 0.94% 0.76% -
XYZ 21.54 39.5 17.56 -
YUV 128.11 109.87 44.47 -
System Red Green Blue C M Y K H S L
Decimal 11 194 96 0.94 0 0.51 0.24 147.87 0.89 0.4
Hex B C2 60 5E 0 33 18 94 59 28
Octal 13 302 140 136 0 63 30 224 131 50
Binary 1011 11000010 1100000 1011110 0 110011 11000 10010100 1011001 101000

Color Harmonies of #0BC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC260

Black with #0BC260

Text Example


Text Example

White with #0BC260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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