Html Css Color HEX #0DD166 Malachite

📋 copy color: '#0DD166'

red 13 ◦ green 209 ◦ blue 102

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

Shades of Malachite #0DD166

Tints of Malachite #0DD166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 4.01%
G = 64.51%
B = 31.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#0DD166 (or 0x0DD166) is known color: Malachite. HEX triplet: 0D, D1 and 66. RGB value is (13,209,102). Sum of RGB (Red+Green+Blue) = 13+209+102=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD166 is #F22E99. Grayscale: #8A8A8A. Windows color (decimal): -15871642 or 6738189. OLE color: 6738189.

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

Color convert

RGB 13 209 102 -
CMYK 0.94 0 0.51 0.18
HSL 147.24º 0.88% 0.44% -
HSV(B) 147.24º 0.94% 0.82% -
XYZ 25.36 46.65 20.24 -
YUV 138.2 107.57 38.7 -
System Red Green Blue C M Y K H S L
Decimal 13 209 102 0.94 0 0.51 0.18 147.24 0.88 0.44
Hex D D1 66 5E 0 33 12 93 58 2C
Octal 15 321 146 136 0 63 22 223 130 54
Binary 1101 11010001 1100110 1011110 0 110011 10010 10010011 1011000 101100

Color Harmonies of #0DD166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD166

Black with #0DD166

Text Example


Text Example

White with #0DD166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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