Html Css Color HEX #0DDA5D Malachite

📋 copy color: '#0DDA5D'

red 13 ◦ green 218 ◦ blue 93

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

Shades of Malachite #0DDA5D

Tints of Malachite #0DDA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.28%

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

R = 4.01%
G = 67.28%
B = 28.7%

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

#0DDA5D (or 0x0DDA5D) is known color: Malachite. HEX triplet: 0D, DA and 5D. RGB value is (13,218,93). Sum of RGB (Red+Green+Blue) = 13+218+93=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDA5D is #F225A2. Grayscale: #8E8E8E. Windows color (decimal): -15869347 or 6150669. OLE color: 6150669.

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

Color convert

RGB 13 218 93 -
CMYK 0.94 0 0.57 0.15
HSL 143.41º 0.89% 0.45% -
HSV(B) 143.41º 0.94% 0.85% -
XYZ 27.21 51.02 18.77 -
YUV 142.46 100.08 35.66 -
System Red Green Blue C M Y K H S L
Decimal 13 218 93 0.94 0 0.57 0.15 143.41 0.89 0.45
Hex D DA 5D 5E 0 39 F 8F 59 2D
Octal 15 332 135 136 0 71 17 217 131 55
Binary 1101 11011010 1011101 1011110 0 111001 1111 10001111 1011001 101101

Color Harmonies of #0DDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDA5D

Black with #0DDA5D

Text Example


Text Example

White with #0DDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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