Html Css Color HEX #0DCD5D Malachite

📋 copy color: '#0DCD5D'

red 13 ◦ green 205 ◦ blue 93

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

Shades of Malachite #0DCD5D

Tints of Malachite #0DCD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 65.92%

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

R = 4.18%
G = 65.92%
B = 29.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#0DCD5D (or 0x0DCD5D) is known color: Malachite. HEX triplet: 0D, CD and 5D. RGB value is (13,205,93). Sum of RGB (Red+Green+Blue) = 13+205+93=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 205 (80.47% from 255 or 65.92% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCD5D is #F232A2. Grayscale: #878787. Windows color (decimal): -15872675 or 6147341. OLE color: 6147341.

HSL color Cylindrical-coordinate representation of color #0DCD5D: hue angle of 145º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD5D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 205 93 -
CMYK 0.94 0 0.55 0.20
HSL 145º 0.88% 0.43% -
HSV(B) 145º 0.94% 0.8% -
XYZ 23.97 44.54 17.69 -
YUV 134.82 104.39 41.11 -
System Red Green Blue C M Y K H S L
Decimal 13 205 93 0.94 0 0.55 0.20 145 0.88 0.43
Hex D CD 5D 5E 0 37 14 91 58 2B
Octal 15 315 135 136 0 67 24 221 130 53
Binary 1101 11001101 1011101 1011110 0 110111 10100 10010001 1011000 101011

Color Harmonies of #0DCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCD5D

Black with #0DCD5D

Text Example


Text Example

White with #0DCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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