Html Css Color HEX #0DC767 Malachite

📋 copy color: '#0DC767'

red 13 ◦ green 199 ◦ blue 103

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

Shades of Malachite #0DC767

Tints of Malachite #0DC767

RGB

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

 GREEN value IS 199 (78.13% from 255) = 63.17%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 4.13%
G = 63.17%
B = 32.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#0DC767 (or 0x0DC767) is known color: Malachite. HEX triplet: 0D, C7 and 67. RGB value is (13,199,103). Sum of RGB (Red+Green+Blue) = 13+199+103=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 199 (78.12% from 255 or 63.17% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC767 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC767 is #F23898. Grayscale: #848484. Windows color (decimal): -15874201 or 6801165. OLE color: 6801165.

HSL color Cylindrical-coordinate representation of color #0DC767: hue angle of 149.03º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC767 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 199 103 -
CMYK 0.93 0 0.48 0.22
HSL 149.03º 0.88% 0.42% -
HSV(B) 149.03º 0.93% 0.78% -
XYZ 23.04 41.91 19.71 -
YUV 132.44 111.38 42.81 -
System Red Green Blue C M Y K H S L
Decimal 13 199 103 0.93 0 0.48 0.22 149.03 0.88 0.42
Hex D C7 67 5D 0 30 16 95 58 2A
Octal 15 307 147 135 0 60 26 225 130 52
Binary 1101 11000111 1100111 1011101 0 110000 10110 10010101 1011000 101010

Color Harmonies of #0DC767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC767

Black with #0DC767

Text Example


Text Example

White with #0DC767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,199,103); }

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

background-color css

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

 a { background-color: rgb(13,199,103); }

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

border-color css

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

 span { border-color: rgb(13,199,103); }

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