Html Css Color HEX #0DC44F Malachite

📋 copy color: '#0DC44F'

red 13 ◦ green 196 ◦ blue 79

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

Shades of Malachite #0DC44F

Tints of Malachite #0DC44F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 68.06%

 BLUE value IS 79 (31.25% from 255) = 27.43%

R = 4.51%
G = 68.06%
B = 27.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#0DC44F (or 0x0DC44F) is known color: Malachite. HEX triplet: 0D, C4 and 4F. RGB value is (13,196,79). Sum of RGB (Red+Green+Blue) = 13+196+79=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC44F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC44F is #F23BB0. Grayscale: #808080. Windows color (decimal): -15874993 or 5227533. OLE color: 5227533.

HSL color Cylindrical-coordinate representation of color #0DC44F: hue angle of 141.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC44F is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 79 -
CMYK 0.93 0 0.60 0.23
HSL 141.64º 0.88% 0.41% -
HSV(B) 141.64º 0.93% 0.77% -
XYZ 21.32 40.13 14.02 -
YUV 127.95 100.37 46.01 -
System Red Green Blue C M Y K H S L
Decimal 13 196 79 0.93 0 0.60 0.23 141.64 0.88 0.41
Hex D C4 4F 5D 0 3C 17 8E 58 29
Octal 15 304 117 135 0 74 27 216 130 51
Binary 1101 11000100 1001111 1011101 0 111100 10111 10001110 1011000 101001

Color Harmonies of #0DC44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC44F

Black with #0DC44F

Text Example


Text Example

White with #0DC44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,79); }

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

background-color css

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

 a { background-color: rgb(13,196,79); }

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

border-color css

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

 span { border-color: rgb(13,196,79); }

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