Html Css Color HEX #0DD147 Malachite

📋 copy color: '#0DD147'

red 13 ◦ green 209 ◦ blue 71

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

Shades of Malachite #0DD147

Tints of Malachite #0DD147

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.33%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 4.44%
G = 71.33%
B = 24.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#0DD147 (or 0x0DD147) is known color: Malachite. HEX triplet: 0D, D1 and 47. RGB value is (13,209,71). Sum of RGB (Red+Green+Blue) = 13+209+71=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD147 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD147 is #F22EB8. Grayscale: #878787. Windows color (decimal): -15871673 or 4706573. OLE color: 4706573.

HSL color Cylindrical-coordinate representation of color #0DD147: hue angle of 137.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD147 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 209 71 -
CMYK 0.94 0 0.66 0.18
HSL 137.76º 0.88% 0.44% -
HSV(B) 137.76º 0.94% 0.82% -
XYZ 24.1 46.14 13.6 -
YUV 134.66 92.07 41.22 -
System Red Green Blue C M Y K H S L
Decimal 13 209 71 0.94 0 0.66 0.18 137.76 0.88 0.44
Hex D D1 47 5E 0 42 12 8A 58 2C
Octal 15 321 107 136 0 102 22 212 130 54
Binary 1101 11010001 1000111 1011110 0 1000010 10010 10001010 1011000 101100

Color Harmonies of #0DD147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD147

Black with #0DD147

Text Example


Text Example

White with #0DD147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,209,71); }

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

background-color css

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

 a { background-color: rgb(13,209,71); }

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

border-color css

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

 span { border-color: rgb(13,209,71); }

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