Html Css Color HEX #0BCB6C Malachite

📋 copy color: '#0BCB6C'

red 11 ◦ green 203 ◦ blue 108

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

Shades of Malachite #0BCB6C

Tints of Malachite #0BCB6C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 63.04%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 3.42%
G = 63.04%
B = 33.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#0BCB6C (or 0x0BCB6C) is known color: Malachite. HEX triplet: 0B, CB and 6C. RGB value is (11,203,108). Sum of RGB (Red+Green+Blue) = 11+203+108=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 203 (79.69% from 255 or 63.04% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCB6C is #F43493. Grayscale: #868686. Windows color (decimal): -16004244 or 7129867. OLE color: 7129867.

HSL color Cylindrical-coordinate representation of color #0BCB6C: hue angle of 150.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB6C is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 203 108 -
CMYK 0.95 0 0.47 0.20
HSL 150.31º 0.9% 0.42% -
HSV(B) 150.31º 0.95% 0.8% -
XYZ 24.2 43.87 21.38 -
YUV 134.76 112.89 39.72 -
System Red Green Blue C M Y K H S L
Decimal 11 203 108 0.95 0 0.47 0.20 150.31 0.9 0.42
Hex B CB 6C 5F 0 2F 14 96 5A 2A
Octal 13 313 154 137 0 57 24 226 132 52
Binary 1011 11001011 1101100 1011111 0 101111 10100 10010110 1011010 101010

Color Harmonies of #0BCB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCB6C

Black with #0BCB6C

Text Example


Text Example

White with #0BCB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,203,108); }

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

background-color css

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

 a { background-color: rgb(11,203,108); }

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

border-color css

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

 span { border-color: rgb(11,203,108); }

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