Html Css Color HEX #0BD14D Malachite

📋 copy color: '#0BD14D'

red 11 ◦ green 209 ◦ blue 77

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

Shades of Malachite #0BD14D

Tints of Malachite #0BD14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 3.7%
G = 70.37%
B = 25.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#0BD14D (or 0x0BD14D) is known color: Malachite. HEX triplet: 0B, D1 and 4D. RGB value is (11,209,77). Sum of RGB (Red+Green+Blue) = 11+209+77=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 209 (82.03% from 255 or 70.37% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD14D is #F42EB2. Grayscale: #878787. Windows color (decimal): -16002739 or 5099787. OLE color: 5099787.

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

Color convert

RGB 11 209 77 -
CMYK 0.95 0 0.63 0.18
HSL 140º 0.9% 0.43% -
HSV(B) 140º 0.95% 0.82% -
XYZ 24.28 46.21 14.66 -
YUV 134.75 95.4 39.73 -
System Red Green Blue C M Y K H S L
Decimal 11 209 77 0.95 0 0.63 0.18 140 0.9 0.43
Hex B D1 4D 5F 0 3F 12 8C 5A 2B
Octal 13 321 115 137 0 77 22 214 132 53
Binary 1011 11010001 1001101 1011111 0 111111 10010 10001100 1011010 101011

Color Harmonies of #0BD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD14D

Black with #0BD14D

Text Example


Text Example

White with #0BD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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