#0BD052

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

Shades of Malachite #0BD052

Tints of Malachite #0BD052

Color information

#0BD052 (or 0x0BD052) is unknown color: approx Malachite. HEX triplet: 0B, D0 and 52. RGB value is (11,208,82). Sum of RGB (Red+Green+Blue) = 11+208+82=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD052 is #F42FAD. Grayscale: #878787. Windows color (decimal): -16002990 or 5427211. OLE color: 5427211.

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

Color convert

RGB1120882-
CMYK0.9500.610.18
HSL141.62º89.95%42.94%-
HSV(B)141.62º94.71%81.57%-
XYZ24.2245.7915.55-
YUV134.7398.2339.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.65%
GREEN value IS 208 (81.64% from 255) = 69.10%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=3.65%
G=69.10%
B=27.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11208820.9500.610.18141.6289.9542.94
HexBD0525F03D128e5a2b
Octal133201221370752221613253
Binary10111101000010100101011111011110110010100011101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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