Html Css Color HEX #0CD546 Malachite

📋 copy color: '#0CD546'

red 12 ◦ green 213 ◦ blue 70

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

Shades of Malachite #0CD546

Tints of Malachite #0CD546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.2%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 4.07%
G = 72.2%
B = 23.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#0CD546 (or 0x0CD546) is known color: Malachite. HEX triplet: 0C, D5 and 46. RGB value is (12,213,70). Sum of RGB (Red+Green+Blue) = 12+213+70=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD546 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD546 is #F32AB9. Grayscale: #888888. Windows color (decimal): -15936186 or 4642060. OLE color: 4642060.

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

Color convert

RGB 12 213 70 -
CMYK 0.94 0 0.67 0.16
HSL 137.31º 0.89% 0.44% -
HSV(B) 137.31º 0.94% 0.84% -
XYZ 25.05 48.11 13.76 -
YUV 136.6 90.41 39.13 -
System Red Green Blue C M Y K H S L
Decimal 12 213 70 0.94 0 0.67 0.16 137.31 0.89 0.44
Hex C D5 46 5E 0 43 10 89 59 2C
Octal 14 325 106 136 0 103 20 211 131 54
Binary 1100 11010101 1000110 1011110 0 1000011 10000 10001001 1011001 101100

Color Harmonies of #0CD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD546

Black with #0CD546

Text Example


Text Example

White with #0CD546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,70); }

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

background-color css

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

 a { background-color: rgb(12,213,70); }

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

border-color css

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

 span { border-color: rgb(12,213,70); }

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