Html Css Color HEX #0DD151 Malachite

📋 copy color: '#0DD151'

red 13 ◦ green 209 ◦ blue 81

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

Shades of Malachite #0DD151

Tints of Malachite #0DD151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 4.29%
G = 68.98%
B = 26.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#0DD151 (or 0x0DD151) is known color: Malachite. HEX triplet: 0D, D1 and 51. RGB value is (13,209,81). Sum of RGB (Red+Green+Blue) = 13+209+81=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 209 (82.03% from 255 or 68.98% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD151 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD151 is #F22EAE. Grayscale: #888888. Windows color (decimal): -15871663 or 5361933. OLE color: 5361933.

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

Color convert

RGB 13 209 81 -
CMYK 0.94 0 0.61 0.18
HSL 140.82º 0.88% 0.44% -
HSV(B) 140.82º 0.94% 0.82% -
XYZ 24.45 46.28 15.43 -
YUV 135.8 97.07 40.41 -
System Red Green Blue C M Y K H S L
Decimal 13 209 81 0.94 0 0.61 0.18 140.82 0.88 0.44
Hex D D1 51 5E 0 3D 12 8D 58 2C
Octal 15 321 121 136 0 75 22 215 130 54
Binary 1101 11010001 1010001 1011110 0 111101 10010 10001101 1011000 101100

Color Harmonies of #0DD151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD151

Black with #0DD151

Text Example


Text Example

White with #0DD151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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