#0BDA53

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

Shades of Malachite #0BDA53

Tints of Malachite #0BDA53

Color information

#0BDA53 (or 0x0BDA53) is unknown color: approx Malachite. HEX triplet: 0B, DA and 53. RGB value is (11,218,83). Sum of RGB (Red+Green+Blue) = 11+218+83=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 218 (85.55% from 255 or 69.87% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA53 is #F425AC. Grayscale: #8D8D8D. Windows color (decimal): -16000429 or 5495307. OLE color: 5495307.

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

Color convert

RGB1121883-
CMYK0.9500.620.15
HSL140.87º90.39%44.9%-
HSV(B)140.87º94.95%85.49%-
XYZ26.7750.8416.59-
YUV140.7295.4235.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.53%
GREEN value IS 218 (85.55% from 255) = 69.87%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=3.53%
G=69.87%
B=26.60%

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
Decimal11218830.9500.620.15140.8790.3944.9
HexBDA535F03EF8d5a2d
Octal133321231370761721513255
Binary1011110110101010011101111101111101111100011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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