#0BDA52

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

Shades of Malachite #0BDA52

Tints of Malachite #0BDA52

Color information

#0BDA52 (or 0x0BDA52) is unknown color: approx Malachite. HEX triplet: 0B, DA and 52. RGB value is (11,218,82). Sum of RGB (Red+Green+Blue) = 11+218+82=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA52 is #F425AD. Grayscale: #8C8C8C. Windows color (decimal): -16000430 or 5429771. OLE color: 5429771.

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

Color convert

RGB1121882-
CMYK0.9500.620.15
HSL140.58º90.39%44.9%-
HSV(B)140.58º94.95%85.49%-
XYZ26.7350.8216.38-
YUV140.694.9235.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.54%
GREEN value IS 218 (85.55% from 255) = 70.10%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=3.54%
G=70.10%
B=26.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11218820.9500.620.15140.5890.3944.9
HexBDA525F03EF8d5a2d
Octal133321221370761721513255
Binary1011110110101010010101111101111101111100011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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