Html Css Color HEX #0CD447 Malachite

📋 copy color: '#0CD447'

red 12 ◦ green 212 ◦ blue 71

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

Shades of Malachite #0CD447

Tints of Malachite #0CD447

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.86%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 4.07%
G = 71.86%
B = 24.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#0CD447 (or 0x0CD447) is known color: Malachite. HEX triplet: 0C, D4 and 47. RGB value is (12,212,71). Sum of RGB (Red+Green+Blue) = 12+212+71=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #0CD447 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD447 is #F32BB8. Grayscale: #888888. Windows color (decimal): -15936441 or 4707340. OLE color: 4707340.

HSL color Cylindrical-coordinate representation of color #0CD447: hue angle of 137.7º 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 #0CD447 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 12 212 71 -
CMYK 0.94 0 0.67 0.17
HSL 137.7º 0.89% 0.44% -
HSV(B) 137.7º 0.94% 0.83% -
XYZ 24.83 47.62 13.84 -
YUV 136.13 91.24 39.46 -
System Red Green Blue C M Y K H S L
Decimal 12 212 71 0.94 0 0.67 0.17 137.7 0.89 0.44
Hex C D4 47 5E 0 43 11 8A 59 2C
Octal 14 324 107 136 0 103 21 212 131 54
Binary 1100 11010100 1000111 1011110 0 1000011 10001 10001010 1011001 101100

Color Harmonies of #0CD447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD447

Black with #0CD447

Text Example


Text Example

White with #0CD447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,212,71); }

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

background-color css

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

 a { background-color: rgb(12,212,71); }

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

border-color css

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

 span { border-color: rgb(12,212,71); }

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