#0DE851

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

Shades of Malachite #0DE851

Tints of Malachite #0DE851

Color information

#0DE851 (or 0x0DE851) is unknown color: approx Malachite. HEX triplet: 0D, E8 and 51. RGB value is (13,232,81). Sum of RGB (Red+Green+Blue) = 13+232+81=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 232 (91.02% from 255 or 71.17% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 232 - color contains mainly: green. Hex color #0DE851 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE851 is #F217AE. Grayscale: #959595. Windows color (decimal): -15865775 or 5367821. OLE color: 5367821.

HSL color Cylindrical-coordinate representation of color #0DE851: hue angle of 138.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE851 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB1323281-
CMYK0.9400.650.09
HSL138.63º89.39%48.04%-
HSV(B)138.63º94.4%90.98%-
XYZ30.5158.3917.45-
YUV149.389.4530.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.99%
GREEN value IS 232 (91.02% from 255) = 71.17%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=3.99%
G=71.17%
B=24.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13232810.9400.650.09138.6389.3948.04
HexDE8515E04198b5930
Octal1535012113601011121313160
Binary11011110100010100011011110010000011001100010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,232,81); }

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

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

 a { background-color: rgb(13,232,81); }

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

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

 span { border-color: rgb(13,232,81); }

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