Html Css Color HEX #0DD85D Malachite

📋 copy color: '#0DD85D'

red 13 ◦ green 216 ◦ blue 93

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

Shades of Malachite #0DD85D

Tints of Malachite #0DD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.08%

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 4.04%
G = 67.08%
B = 28.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#0DD85D (or 0x0DD85D) is known color: Malachite. HEX triplet: 0D, D8 and 5D. RGB value is (13,216,93). Sum of RGB (Red+Green+Blue) = 13+216+93=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD85D is #F227A2. Grayscale: #8D8D8D. Windows color (decimal): -15869859 or 6150157. OLE color: 6150157.

HSL color Cylindrical-coordinate representation of color #0DD85D: hue angle of 143.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD85D is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 216 93 -
CMYK 0.94 0 0.57 0.15
HSL 143.65º 0.89% 0.45% -
HSV(B) 143.65º 0.94% 0.85% -
XYZ 26.7 49.99 18.6 -
YUV 141.28 100.75 36.5 -
System Red Green Blue C M Y K H S L
Decimal 13 216 93 0.94 0 0.57 0.15 143.65 0.89 0.45
Hex D D8 5D 5E 0 39 F 90 59 2D
Octal 15 330 135 136 0 71 17 220 131 55
Binary 1101 11011000 1011101 1011110 0 111001 1111 10010000 1011001 101101

Color Harmonies of #0DD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD85D

Black with #0DD85D

Text Example


Text Example

White with #0DD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,216,93); }

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

background-color css

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

 a { background-color: rgb(13,216,93); }

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

border-color css

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

 span { border-color: rgb(13,216,93); }

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