#0DD850

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

Shades of Malachite #0DD850

Tints of Malachite #0DD850

Color information

#0DD850 (or 0x0DD850) is unknown color: approx Malachite. HEX triplet: 0D, D8 and 50. RGB value is (13,216,80). Sum of RGB (Red+Green+Blue) = 13+216+80=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD850 is #F227AF. Grayscale: #8C8C8C. Windows color (decimal): -15869872 or 5298189. OLE color: 5298189.

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

Color convert

RGB1321680-
CMYK0.9400.630.15
HSL139.8º88.65%44.9%-
HSV(B)139.8º93.98%84.71%-
XYZ26.1749.7815.82-
YUV139.894.2537.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.21%
GREEN value IS 216 (84.77% from 255) = 69.90%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=4.21%
G=69.90%
B=25.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13216800.9400.630.15139.888.6544.9
HexDD8505E03FF8c592d
Octal153301201360771721413155
Binary1101110110001010000101111001111111111100011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,216,80); }

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

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

 a { background-color: rgb(13,216,80); }

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

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

 span { border-color: rgb(13,216,80); }

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