Html Css Color HEX #0DD861 Malachite

📋 copy color: '#0DD861'

red 13 ◦ green 216 ◦ blue 97

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

Shades of Malachite #0DD861

Tints of Malachite #0DD861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 3.99%
G = 66.26%
B = 29.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#0DD861 (or 0x0DD861) is known color: Malachite. HEX triplet: 0D, D8 and 61. RGB value is (13,216,97). Sum of RGB (Red+Green+Blue) = 13+216+97=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD861 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD861 is #F2279E. Grayscale: #8E8E8E. Windows color (decimal): -15869855 or 6412301. OLE color: 6412301.

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

Color convert

RGB 13 216 97 -
CMYK 0.94 0 0.55 0.15
HSL 144.83º 0.89% 0.45% -
HSV(B) 144.83º 0.94% 0.85% -
XYZ 26.88 50.06 19.56 -
YUV 141.74 102.75 36.18 -
System Red Green Blue C M Y K H S L
Decimal 13 216 97 0.94 0 0.55 0.15 144.83 0.89 0.45
Hex D D8 61 5E 0 37 F 91 59 2D
Octal 15 330 141 136 0 67 17 221 131 55
Binary 1101 11011000 1100001 1011110 0 110111 1111 10010001 1011001 101101

Color Harmonies of #0DD861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD861

Black with #0DD861

Text Example


Text Example

White with #0DD861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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