Html Css Color HEX #0CD349 Malachite

📋 copy color: '#0CD349'

red 12 ◦ green 211 ◦ blue 73

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

Shades of Malachite #0CD349

Tints of Malachite #0CD349

RGB

 RED value IS 12 (5.08% from 255) = 4.05%

 GREEN value IS 211 (82.81% from 255) = 71.28%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 4.05%
G = 71.28%
B = 24.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#0CD349 (or 0x0CD349) is known color: Malachite. HEX triplet: 0C, D3 and 49. RGB value is (12,211,73). Sum of RGB (Red+Green+Blue) = 12+211+73=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 211 (82.81% from 255 or 71.28% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD349 is #F32CB6. Grayscale: #888888. Windows color (decimal): -15936695 or 4838156. OLE color: 4838156.

HSL color Cylindrical-coordinate representation of color #0CD349: hue angle of 138.39º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD349 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 12 211 73 -
CMYK 0.94 0 0.65 0.17
HSL 138.39º 0.89% 0.44% -
HSV(B) 138.39º 0.94% 0.83% -
XYZ 24.65 47.15 14.1 -
YUV 135.77 92.57 39.72 -
System Red Green Blue C M Y K H S L
Decimal 12 211 73 0.94 0 0.65 0.17 138.39 0.89 0.44
Hex C D3 49 5E 0 41 11 8A 59 2C
Octal 14 323 111 136 0 101 21 212 131 54
Binary 1100 11010011 1001001 1011110 0 1000001 10001 10001010 1011001 101100

Color Harmonies of #0CD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD349

Black with #0CD349

Text Example


Text Example

White with #0CD349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,211,73); }

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

background-color css

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

 a { background-color: rgb(12,211,73); }

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

border-color css

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

 span { border-color: rgb(12,211,73); }

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