Html Css Color HEX #0DC364 Malachite

📋 copy color: '#0DC364'

red 13 ◦ green 195 ◦ blue 100

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

Shades of Malachite #0DC364

Tints of Malachite #0DC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.31%

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 4.22%
G = 63.31%
B = 32.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#0DC364 (or 0x0DC364) is known color: Malachite. HEX triplet: 0D, C3 and 64. RGB value is (13,195,100). Sum of RGB (Red+Green+Blue) = 13+195+100=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC364 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC364 is #F23C9B. Grayscale: #818181. Windows color (decimal): -15875228 or 6603533. OLE color: 6603533.

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

Color convert

RGB 13 195 100 -
CMYK 0.93 0 0.49 0.24
HSL 148.68º 0.88% 0.41% -
HSV(B) 148.68º 0.93% 0.76% -
XYZ 21.98 40.04 18.63 -
YUV 129.75 111.2 44.72 -
System Red Green Blue C M Y K H S L
Decimal 13 195 100 0.93 0 0.49 0.24 148.68 0.88 0.41
Hex D C3 64 5D 0 31 18 95 58 29
Octal 15 303 144 135 0 61 30 225 130 51
Binary 1101 11000011 1100100 1011101 0 110001 11000 10010101 1011000 101001

Color Harmonies of #0DC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC364

Black with #0DC364

Text Example


Text Example

White with #0DC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,195,100); }

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

background-color css

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

 a { background-color: rgb(13,195,100); }

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

border-color css

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

 span { border-color: rgb(13,195,100); }

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