Html Css Color HEX #0CC963 Malachite

📋 copy color: '#0CC963'

red 12 ◦ green 201 ◦ blue 99

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

Shades of Malachite #0CC963

Tints of Malachite #0CC963

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.42%

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 3.85%
G = 64.42%
B = 31.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#0CC963 (or 0x0CC963) is known color: Malachite. HEX triplet: 0C, C9 and 63. RGB value is (12,201,99). Sum of RGB (Red+Green+Blue) = 12+201+99=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC963 is #F3369C. Grayscale: #858585. Windows color (decimal): -15939229 or 6539532. OLE color: 6539532.

HSL color Cylindrical-coordinate representation of color #0CC963: hue angle of 147.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC963 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 201 99 -
CMYK 0.94 0 0.51 0.21
HSL 147.62º 0.89% 0.42% -
HSV(B) 147.62º 0.94% 0.79% -
XYZ 23.29 42.75 18.83 -
YUV 132.86 108.88 41.79 -
System Red Green Blue C M Y K H S L
Decimal 12 201 99 0.94 0 0.51 0.21 147.62 0.89 0.42
Hex C C9 63 5E 0 33 15 94 59 2A
Octal 14 311 143 136 0 63 25 224 131 52
Binary 1100 11001001 1100011 1011110 0 110011 10101 10010100 1011001 101010

Color Harmonies of #0CC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC963

Black with #0CC963

Text Example


Text Example

White with #0CC963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,201,99); }

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

background-color css

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

 a { background-color: rgb(12,201,99); }

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

border-color css

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

 span { border-color: rgb(12,201,99); }

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