Html Css Color HEX #0CD972 Malachite

📋 copy color: '#0CD972'

red 12 ◦ green 217 ◦ blue 114

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

Shades of Malachite #0CD972

Tints of Malachite #0CD972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.27%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 3.5%
G = 63.27%
B = 33.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#0CD972 (or 0x0CD972) is known color: Malachite. HEX triplet: 0C, D9 and 72. RGB value is (12,217,114). Sum of RGB (Red+Green+Blue) = 12+217+114=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD972 is #F3268D. Grayscale: #909090. Windows color (decimal): -15935118 or 7526668. OLE color: 7526668.

HSL color Cylindrical-coordinate representation of color #0CD972: hue angle of 149.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD972 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 217 114 -
CMYK 0.94 0 0.47 0.15
HSL 149.85º 0.9% 0.45% -
HSV(B) 149.85º 0.94% 0.85% -
XYZ 28 50.92 24.27 -
YUV 143.96 111.08 33.88 -
System Red Green Blue C M Y K H S L
Decimal 12 217 114 0.94 0 0.47 0.15 149.85 0.9 0.45
Hex C D9 72 5E 0 2F F 96 5A 2D
Octal 14 331 162 136 0 57 17 226 132 55
Binary 1100 11011001 1110010 1011110 0 101111 1111 10010110 1011010 101101

Color Harmonies of #0CD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD972

Black with #0CD972

Text Example


Text Example

White with #0CD972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,217,114); }

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

background-color css

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

 a { background-color: rgb(12,217,114); }

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

border-color css

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

 span { border-color: rgb(12,217,114); }

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