#0DEB4D

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

Shades of Malachite #0DEB4D

Tints of Malachite #0DEB4D

Color information

#0DEB4D (or 0x0DEB4D) is unknown color: approx Malachite. HEX triplet: 0D, EB and 4D. RGB value is (13,235,77). Sum of RGB (Red+Green+Blue) = 13+235+77=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 235 (92.19% from 255 or 72.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEB4D is #F214B2. Grayscale: #979797. Windows color (decimal): -15865011 or 5106445. OLE color: 5106445.

HSL color Cylindrical-coordinate representation of color #0DEB4D: hue angle of 137.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEB4D is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB1323577-
CMYK0.9400.670.08
HSL137.3º89.52%48.63%-
HSV(B)137.3º94.47%92.16%-
XYZ31.2160.0416.96-
YUV150.6186.4529.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4%
GREEN value IS 235 (92.19% from 255) = 72.31%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=4%
G=72.31%
B=23.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13235770.9400.670.08137.389.5248.63
HexDEB4D5E0438895a31
Octal1535311513601031021113261
Binary11011110101110011011011110010000111000100010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,235,77); }

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

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

 a { background-color: rgb(13,235,77); }

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

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

 span { border-color: rgb(13,235,77); }

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