Html Css Color HEX #0DD273 Malachite

📋 copy color: '#0DD273'

red 13 ◦ green 210 ◦ blue 115

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

Shades of Malachite #0DD273

Tints of Malachite #0DD273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.13%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 3.85%
G = 62.13%
B = 34.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#0DD273 (or 0x0DD273) is known color: Malachite. HEX triplet: 0D, D2 and 73. RGB value is (13,210,115). Sum of RGB (Red+Green+Blue) = 13+210+115=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD273 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD273 is #F22D8C. Grayscale: #8C8C8C. Windows color (decimal): -15871373 or 7590413. OLE color: 7590413.

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

Color convert

RGB 13 210 115 -
CMYK 0.94 0 0.45 0.18
HSL 151.07º 0.88% 0.44% -
HSV(B) 151.07º 0.94% 0.82% -
XYZ 26.31 47.42 23.99 -
YUV 140.27 113.73 37.22 -
System Red Green Blue C M Y K H S L
Decimal 13 210 115 0.94 0 0.45 0.18 151.07 0.88 0.44
Hex D D2 73 5E 0 2D 12 97 58 2C
Octal 15 322 163 136 0 55 22 227 130 54
Binary 1101 11010010 1110011 1011110 0 101101 10010 10010111 1011000 101100

Color Harmonies of #0DD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD273

Black with #0DD273

Text Example


Text Example

White with #0DD273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,210,115); }

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

background-color css

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

 a { background-color: rgb(13,210,115); }

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

border-color css

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

 span { border-color: rgb(13,210,115); }

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