Html Css Color HEX #0DD155 Malachite

📋 copy color: '#0DD155'

red 13 ◦ green 209 ◦ blue 85

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

Shades of Malachite #0DD155

Tints of Malachite #0DD155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 4.23%
G = 68.08%
B = 27.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#0DD155 (or 0x0DD155) is known color: Malachite. HEX triplet: 0D, D1 and 55. RGB value is (13,209,85). Sum of RGB (Red+Green+Blue) = 13+209+85=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD155 is #F22EAA. Grayscale: #888888. Windows color (decimal): -15871659 or 5624077. OLE color: 5624077.

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

Color convert

RGB 13 209 85 -
CMYK 0.94 0 0.59 0.18
HSL 142.04º 0.88% 0.44% -
HSV(B) 142.04º 0.94% 0.82% -
XYZ 24.61 46.34 16.24 -
YUV 136.26 99.07 40.08 -
System Red Green Blue C M Y K H S L
Decimal 13 209 85 0.94 0 0.59 0.18 142.04 0.88 0.44
Hex D D1 55 5E 0 3B 12 8E 58 2C
Octal 15 321 125 136 0 73 22 216 130 54
Binary 1101 11010001 1010101 1011110 0 111011 10010 10001110 1011000 101100

Color Harmonies of #0DD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD155

Black with #0DD155

Text Example


Text Example

White with #0DD155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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