Html Css Color HEX #0BD16E Malachite

📋 copy color: '#0BD16E'

red 11 ◦ green 209 ◦ blue 110

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

Shades of Malachite #0BD16E

Tints of Malachite #0BD16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 3.33%
G = 63.33%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#0BD16E (or 0x0BD16E) is known color: Malachite. HEX triplet: 0B, D1 and 6E. RGB value is (11,209,110). Sum of RGB (Red+Green+Blue) = 11+209+110=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD16E is #F42E91. Grayscale: #8A8A8A. Windows color (decimal): -16002706 or 7262475. OLE color: 7262475.

HSL color Cylindrical-coordinate representation of color #0BD16E: hue angle of 150º 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 #0BD16E is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 209 110 -
CMYK 0.95 0 0.47 0.18
HSL 150º 0.9% 0.43% -
HSV(B) 150º 0.95% 0.82% -
XYZ 25.75 46.8 22.43 -
YUV 138.51 111.9 37.05 -
System Red Green Blue C M Y K H S L
Decimal 11 209 110 0.95 0 0.47 0.18 150 0.9 0.43
Hex B D1 6E 5F 0 2F 12 96 5A 2B
Octal 13 321 156 137 0 57 22 226 132 53
Binary 1011 11010001 1101110 1011111 0 101111 10010 10010110 1011010 101011

Color Harmonies of #0BD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD16E

Black with #0BD16E

Text Example


Text Example

White with #0BD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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