Html Css Color HEX #0BD16B Malachite

📋 copy color: '#0BD16B'

red 11 ◦ green 209 ◦ blue 107

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

Shades of Malachite #0BD16B

Tints of Malachite #0BD16B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.91%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 3.36%
G = 63.91%
B = 32.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#0BD16B (or 0x0BD16B) is known color: Malachite. HEX triplet: 0B, D1 and 6B. RGB value is (11,209,107). Sum of RGB (Red+Green+Blue) = 11+209+107=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 209 (82.03% from 255 or 63.91% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD16B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD16B is #F42E94. Grayscale: #8A8A8A. Windows color (decimal): -16002709 or 7065867. OLE color: 7065867.

HSL color Cylindrical-coordinate representation of color #0BD16B: hue angle of 149.09º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD16B is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 209 107 -
CMYK 0.95 0 0.49 0.18
HSL 149.09º 0.9% 0.43% -
HSV(B) 149.09º 0.95% 0.82% -
XYZ 25.59 46.73 21.58 -
YUV 138.17 110.4 37.29 -
System Red Green Blue C M Y K H S L
Decimal 11 209 107 0.95 0 0.49 0.18 149.09 0.9 0.43
Hex B D1 6B 5F 0 31 12 95 5A 2B
Octal 13 321 153 137 0 61 22 225 132 53
Binary 1011 11010001 1101011 1011111 0 110001 10010 10010101 1011010 101011

Color Harmonies of #0BD16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD16B

Black with #0BD16B

Text Example


Text Example

White with #0BD16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,209,107); }

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

background-color css

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

 a { background-color: rgb(11,209,107); }

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

border-color css

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

 span { border-color: rgb(11,209,107); }

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