Html Css Color HEX #0CD73F Malachite

📋 copy color: '#0CD73F'

red 12 ◦ green 215 ◦ blue 63

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

Shades of Malachite #0CD73F

Tints of Malachite #0CD73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 74.14%

 BLUE value IS 63 (25% from 255) = 21.72%

R = 4.14%
G = 74.14%
B = 21.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#0CD73F (or 0x0CD73F) is known color: Malachite. HEX triplet: 0C, D7 and 3F. RGB value is (12,215,63). Sum of RGB (Red+Green+Blue) = 12+215+63=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 215 (84.38% from 255 or 74.14% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD73F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD73F is #F328C0. Grayscale: #898989. Windows color (decimal): -15935681 or 4183820. OLE color: 4183820.

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

Color convert

RGB 12 215 63 -
CMYK 0.94 0 0.71 0.16
HSL 135.07º 0.89% 0.45% -
HSV(B) 135.07º 0.94% 0.84% -
XYZ 25.35 49.04 12.83 -
YUV 136.98 86.25 38.86 -
System Red Green Blue C M Y K H S L
Decimal 12 215 63 0.94 0 0.71 0.16 135.07 0.89 0.45
Hex C D7 3F 5E 0 47 10 87 59 2D
Octal 14 327 77 136 0 107 20 207 131 55
Binary 1100 11010111 111111 1011110 0 1000111 10000 10000111 1011001 101101

Color Harmonies of #0CD73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD73F

Black with #0CD73F

Text Example


Text Example

White with #0CD73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,215,63); }

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

background-color css

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

 a { background-color: rgb(12,215,63); }

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

border-color css

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

 span { border-color: rgb(12,215,63); }

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