#0BD34D

Color #0BD34D Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0BD34D

Tints of Malachite #0BD34D

Color information

#0BD34D (or 0x0BD34D) is unknown color: approx Malachite. HEX triplet: 0B, D3 and 4D. RGB value is (11,211,77). Sum of RGB (Red+Green+Blue) = 11+211+77=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 211 (82.81% from 255 or 70.57% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD34D is #F42CB2. Grayscale: #888888. Windows color (decimal): -16002227 or 5100299. OLE color: 5100299.

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

Color convert

RGB1121177-
CMYK0.9500.640.17
HSL139.8º90.09%43.53%-
HSV(B)139.8º94.79%82.75%-
XYZ24.7747.214.83-
YUV135.9294.7438.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.68%
GREEN value IS 211 (82.81% from 255) = 70.57%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=3.68%
G=70.57%
B=25.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11211770.9500.640.17139.890.0943.53
HexBD34D5F040118c5a2c
Octal1332311513701002121413254
Binary101111010011100110110111110100000010001100011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BD34D;
 }
 .AnyTagClassName
 {
   color: #0BD34D;
 }
</style>
background-color css

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

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

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

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

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

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