Html Css Color HEX #0DC556 Malachite

📋 copy color: '#0DC556'

red 13 ◦ green 197 ◦ blue 86

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

Shades of Malachite #0DC556

Tints of Malachite #0DC556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.55%

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 4.39%
G = 66.55%
B = 29.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#0DC556 (or 0x0DC556) is known color: Malachite. HEX triplet: 0D, C5 and 56. RGB value is (13,197,86). Sum of RGB (Red+Green+Blue) = 13+197+86=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC556 is #F23AA9. Grayscale: #818181. Windows color (decimal): -15874730 or 5686541. OLE color: 5686541.

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

Color convert

RGB 13 197 86 -
CMYK 0.93 0 0.56 0.23
HSL 143.8º 0.88% 0.41% -
HSV(B) 143.8º 0.93% 0.77% -
XYZ 21.81 40.69 15.51 -
YUV 129.33 103.54 45.03 -
System Red Green Blue C M Y K H S L
Decimal 13 197 86 0.93 0 0.56 0.23 143.8 0.88 0.41
Hex D C5 56 5D 0 38 17 90 58 29
Octal 15 305 126 135 0 70 27 220 130 51
Binary 1101 11000101 1010110 1011101 0 111000 10111 10010000 1011000 101001

Color Harmonies of #0DC556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC556

Black with #0DC556

Text Example


Text Example

White with #0DC556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,197,86); }

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

background-color css

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

 a { background-color: rgb(13,197,86); }

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

border-color css

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

 span { border-color: rgb(13,197,86); }

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