#0BDA46

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

Shades of Malachite #0BDA46

Tints of Malachite #0BDA46

Color information

#0BDA46 (or 0x0BDA46) is unknown color: approx Malachite. HEX triplet: 0B, DA and 46. RGB value is (11,218,70). Sum of RGB (Red+Green+Blue) = 11+218+70=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 218 (85.55% from 255 or 72.91% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDA46 is #F425B9. Grayscale: #8B8B8B. Windows color (decimal): -16000442 or 4643339. OLE color: 4643339.

HSL color Cylindrical-coordinate representation of color #0BDA46: hue angle of 137.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA46 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB1121870-
CMYK0.9500.680.15
HSL137.1º90.39%44.9%-
HSV(B)137.1º94.95%85.49%-
XYZ26.3150.6614.19-
YUV139.2388.9236.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.68%
GREEN value IS 218 (85.55% from 255) = 72.91%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=3.68%
G=72.91%
B=23.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11218700.9500.680.15137.190.3944.9
HexBDA465F044F895a2d
Octal1333210613701041721113255
Binary10111101101010001101011111010001001111100010011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,218,70); }

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

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

 a { background-color: rgb(11,218,70); }

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

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

 span { border-color: rgb(11,218,70); }

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