Html Css Color HEX #0BD76C Malachite

📋 copy color: '#0BD76C'

red 11 ◦ green 215 ◦ blue 108

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

Shades of Malachite #0BD76C

Tints of Malachite #0BD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.37%

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

R = 3.29%
G = 64.37%
B = 32.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#0BD76C (or 0x0BD76C) is known color: Malachite. HEX triplet: 0B, D7 and 6C. RGB value is (11,215,108). Sum of RGB (Red+Green+Blue) = 11+215+108=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD76C is #F42893. Grayscale: #8E8E8E. Windows color (decimal): -16001172 or 7132939. OLE color: 7132939.

HSL color Cylindrical-coordinate representation of color #0BD76C: hue angle of 148.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD76C is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 215 108 -
CMYK 0.95 0 0.50 0.16
HSL 148.53º 0.9% 0.44% -
HSV(B) 148.53º 0.95% 0.84% -
XYZ 27.15 49.75 22.36 -
YUV 141.81 108.91 34.7 -
System Red Green Blue C M Y K H S L
Decimal 11 215 108 0.95 0 0.50 0.16 148.53 0.9 0.44
Hex B D7 6C 5F 0 32 10 95 5A 2C
Octal 13 327 154 137 0 62 20 225 132 54
Binary 1011 11010111 1101100 1011111 0 110010 10000 10010101 1011010 101100

Color Harmonies of #0BD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD76C

Black with #0BD76C

Text Example


Text Example

White with #0BD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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