Html Css Color HEX #0DD144 Malachite

📋 copy color: '#0DD144'

red 13 ◦ green 209 ◦ blue 68

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

Shades of Malachite #0DD144

Tints of Malachite #0DD144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 4.48%
G = 72.07%
B = 23.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#0DD144 (or 0x0DD144) is known color: Malachite. HEX triplet: 0D, D1 and 44. RGB value is (13,209,68). Sum of RGB (Red+Green+Blue) = 13+209+68=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 209 (82.03% from 255 or 72.07% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD144 is #F22EBB. Grayscale: #868686. Windows color (decimal): -15871676 or 4509965. OLE color: 4509965.

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

Color convert

RGB 13 209 68 -
CMYK 0.94 0 0.67 0.18
HSL 136.84º 0.88% 0.44% -
HSV(B) 136.84º 0.94% 0.82% -
XYZ 24.01 46.1 13.1 -
YUV 134.32 90.57 41.46 -
System Red Green Blue C M Y K H S L
Decimal 13 209 68 0.94 0 0.67 0.18 136.84 0.88 0.44
Hex D D1 44 5E 0 43 12 89 58 2C
Octal 15 321 104 136 0 103 22 211 130 54
Binary 1101 11010001 1000100 1011110 0 1000011 10010 10001001 1011000 101100

Color Harmonies of #0DD144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD144

Black with #0DD144

Text Example


Text Example

White with #0DD144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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