Html Css Color HEX #0DC463 Malachite

📋 copy color: '#0DC463'

red 13 ◦ green 196 ◦ blue 99

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

Shades of Malachite #0DC463

Tints of Malachite #0DC463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 4.22%
G = 63.64%
B = 32.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#0DC463 (or 0x0DC463) is known color: Malachite. HEX triplet: 0D, C4 and 63. RGB value is (13,196,99). Sum of RGB (Red+Green+Blue) = 13+196+99=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC463 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC463 is #F23B9C. Grayscale: #828282. Windows color (decimal): -15874973 or 6538253. OLE color: 6538253.

HSL color Cylindrical-coordinate representation of color #0DC463: hue angle of 148.2º 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 #0DC463 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 99 -
CMYK 0.93 0 0.49 0.23
HSL 148.2º 0.88% 0.41% -
HSV(B) 148.2º 0.93% 0.77% -
XYZ 22.16 40.47 18.45 -
YUV 130.23 110.37 44.39 -
System Red Green Blue C M Y K H S L
Decimal 13 196 99 0.93 0 0.49 0.23 148.2 0.88 0.41
Hex D C4 63 5D 0 31 17 94 58 29
Octal 15 304 143 135 0 61 27 224 130 51
Binary 1101 11000100 1100011 1011101 0 110001 10111 10010100 1011000 101001

Color Harmonies of #0DC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC463

Black with #0DC463

Text Example


Text Example

White with #0DC463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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