#0DEB3C

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

Shades of Malachite #0DEB3C

Tints of Malachite #0DEB3C

Color information

#0DEB3C (or 0x0DEB3C) is unknown color: approx Malachite. HEX triplet: 0D, EB and 3C. RGB value is (13,235,60). Sum of RGB (Red+Green+Blue) = 13+235+60=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 235 (92.19% from 255 or 76.30% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEB3C is #F214C3. Grayscale: #959595. Windows color (decimal): -15865028 or 3992333. OLE color: 3992333.

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

Color convert

RGB1323560-
CMYK0.9400.740.08
HSL132.7º89.52%48.63%-
HSV(B)132.7º94.47%92.16%-
XYZ30.6959.8314.21-
YUV148.6777.9531.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.22%
GREEN value IS 235 (92.19% from 255) = 76.30%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=4.22%
G=76.30%
B=19.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13235600.9400.740.08132.789.5248.63
HexDEB3C5E04A8855a31
Octal153537413601121020513261
Binary1101111010111111001011110010010101000100001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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