#0DE95E

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

Shades of Malachite #0DE95E

Tints of Malachite #0DE95E

Color information

#0DE95E (or 0x0DE95E) is unknown color: approx Malachite. HEX triplet: 0D, E9 and 5E. RGB value is (13,233,94). Sum of RGB (Red+Green+Blue) = 13+233+94=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE95E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE95E is #F216A1. Grayscale: #979797. Windows color (decimal): -15865506 or 6220045. OLE color: 6220045.

HSL color Cylindrical-coordinate representation of color #0DE95E: hue angle of 142.09º 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 #0DE95E is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB1323394-
CMYK0.9400.600.09
HSL142.09º89.43%48.24%-
HSV(B)142.09º94.42%91.37%-
XYZ31.3359.1720.36-
YUV151.3795.6129.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.82%
GREEN value IS 233 (91.41% from 255) = 68.53%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=3.82%
G=68.53%
B=27.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13233940.9400.600.09142.0989.4348.24
HexDE95E5E03C98e5930
Octal153511361360741121613160
Binary1101111010011011110101111001111001001100011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,233,94); }

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

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

 a { background-color: rgb(13,233,94); }

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

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

 span { border-color: rgb(13,233,94); }

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