#0DEB66

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

Shades of Malachite #0DEB66

Tints of Malachite #0DEB66

Color information

#0DEB66 (or 0x0DEB66) is unknown color: approx Malachite. HEX triplet: 0D, EB and 66. RGB value is (13,235,102). Sum of RGB (Red+Green+Blue) = 13+235+102=350 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.71% from 350); Green value is 235 (92.19% from 255 or 67.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEB66 is #F21499. Grayscale: #999999. Windows color (decimal): -15864986 or 6744845. OLE color: 6744845.

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

Color convert

RGB13235102-
CMYK0.9400.570.08
HSL144.05º89.52%48.63%-
HSV(B)144.05º94.47%92.16%-
XYZ32.2760.4622.54-
YUV153.4698.9527.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.71%
GREEN value IS 235 (92.19% from 255) = 67.14%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=3.71%
G=67.14%
B=29.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132351020.9400.570.08144.0589.5248.63
HexDEB665E0398905a31
Octal153531461360711022013261
Binary1101111010111100110101111001110011000100100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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