Html Css Color HEX #0DD860 Malachite

📋 copy color: '#0DD860'

red 13 ◦ green 216 ◦ blue 96

#0DD860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0DD860

Tints of Malachite #0DD860

RGB

 RED value IS 13 (5.47% from 255) = 4%

 GREEN value IS 216 (84.77% from 255) = 66.46%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 4%
G = 66.46%
B = 29.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#0DD860 (or 0x0DD860) is known color: Malachite. HEX triplet: 0D, D8 and 60. RGB value is (13,216,96). Sum of RGB (Red+Green+Blue) = 13+216+96=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD860 is #F2279F. Grayscale: #8D8D8D. Windows color (decimal): -15869856 or 6346765. OLE color: 6346765.

HSL color Cylindrical-coordinate representation of color #0DD860: hue angle of 144.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD860 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 216 96 -
CMYK 0.94 0 0.56 0.15
HSL 144.53º 0.89% 0.45% -
HSV(B) 144.53º 0.94% 0.85% -
XYZ 26.83 50.04 19.31 -
YUV 141.62 102.25 36.26 -
System Red Green Blue C M Y K H S L
Decimal 13 216 96 0.94 0 0.56 0.15 144.53 0.89 0.45
Hex D D8 60 5E 0 38 F 91 59 2D
Octal 15 330 140 136 0 70 17 221 131 55
Binary 1101 11011000 1100000 1011110 0 111000 1111 10010001 1011001 101101

Color Harmonies of #0DD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD860

Black with #0DD860

Text Example


Text Example

White with #0DD860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,216,96); }

 H1.HeaderClassName
 {
   color: #0DD860;
 }
 .AnyTagClassName
 {
   color: #0DD860;
 }
</style>

background-color css

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

 a { background-color: rgb(13,216,96); }

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

border-color css

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

 span { border-color: rgb(13,216,96); }

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