#0DE55D

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

Shades of Malachite #0DE55D

Tints of Malachite #0DE55D

Color information

#0DE55D (or 0x0DE55D) is unknown color: approx Malachite. HEX triplet: 0D, E5 and 5D. RGB value is (13,229,93). Sum of RGB (Red+Green+Blue) = 13+229+93=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 229 (89.84% from 255 or 68.36% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE55D is #F21AA2. Grayscale: #959595. Windows color (decimal): -15866531 or 6153485. OLE color: 6153485.

HSL color Cylindrical-coordinate representation of color #0DE55D: hue angle of 142.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE55D is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB1322993-
CMYK0.9400.590.10
HSL142.22º89.26%47.45%-
HSV(B)142.22º94.32%89.8%-
XYZ30.1656.9119.75-
YUV148.9196.4431.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.88%
GREEN value IS 229 (89.84% from 255) = 68.36%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=3.88%
G=68.36%
B=27.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13229930.9400.590.10142.2289.2647.45
HexDE55D5E03BA8e592f
Octal153451351360731221613157
Binary1101111001011011101101111001110111010100011101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,229,93); }

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

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

 a { background-color: rgb(13,229,93); }

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

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

 span { border-color: rgb(13,229,93); }

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