Html Css Color HEX #0DD660 Malachite

📋 copy color: '#0DD660'

red 13 ◦ green 214 ◦ blue 96

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

Shades of Malachite #0DD660

Tints of Malachite #0DD660

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.25%

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

R = 4.02%
G = 66.25%
B = 29.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#0DD660 (or 0x0DD660) is known color: Malachite. HEX triplet: 0D, D6 and 60. RGB value is (13,214,96). Sum of RGB (Red+Green+Blue) = 13+214+96=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD660 is #F2299F. Grayscale: #8C8C8C. Windows color (decimal): -15870368 or 6346253. OLE color: 6346253.

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

Color convert

RGB 13 214 96 -
CMYK 0.94 0 0.55 0.16
HSL 144.78º 0.89% 0.45% -
HSV(B) 144.78º 0.94% 0.84% -
XYZ 26.32 49.02 19.14 -
YUV 140.45 102.91 37.09 -
System Red Green Blue C M Y K H S L
Decimal 13 214 96 0.94 0 0.55 0.16 144.78 0.89 0.45
Hex D D6 60 5E 0 37 10 91 59 2D
Octal 15 326 140 136 0 67 20 221 131 55
Binary 1101 11010110 1100000 1011110 0 110111 10000 10010001 1011001 101101

Color Harmonies of #0DD660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD660

Black with #0DD660

Text Example


Text Example

White with #0DD660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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