Html Css Color HEX #0DD174 Malachite

📋 copy color: '#0DD174'

red 13 ◦ green 209 ◦ blue 116

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

Shades of Malachite #0DD174

Tints of Malachite #0DD174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 3.85%
G = 61.83%
B = 34.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#0DD174 (or 0x0DD174) is known color: Malachite. HEX triplet: 0D, D1 and 74. RGB value is (13,209,116). Sum of RGB (Red+Green+Blue) = 13+209+116=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD174 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD174 is #F22E8B. Grayscale: #8B8B8B. Windows color (decimal): -15871628 or 7655693. OLE color: 7655693.

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

Color convert

RGB 13 209 116 -
CMYK 0.94 0 0.44 0.18
HSL 151.53º 0.88% 0.44% -
HSV(B) 151.53º 0.94% 0.82% -
XYZ 26.12 46.95 24.21 -
YUV 139.79 114.57 37.56 -
System Red Green Blue C M Y K H S L
Decimal 13 209 116 0.94 0 0.44 0.18 151.53 0.88 0.44
Hex D D1 74 5E 0 2C 12 98 58 2C
Octal 15 321 164 136 0 54 22 230 130 54
Binary 1101 11010001 1110100 1011110 0 101100 10010 10011000 1011000 101100

Color Harmonies of #0DD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD174

Black with #0DD174

Text Example


Text Example

White with #0DD174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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