Html Css Color HEX #0CC956 Malachite

📋 copy color: '#0CC956'

red 12 ◦ green 201 ◦ blue 86

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

Shades of Malachite #0CC956

Tints of Malachite #0CC956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.76%

R = 4.01%
G = 67.22%
B = 28.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#0CC956 (or 0x0CC956) is known color: Malachite. HEX triplet: 0C, C9 and 56. RGB value is (12,201,86). Sum of RGB (Red+Green+Blue) = 12+201+86=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 201 (78.91% from 255 or 67.22% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC956 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC956 is #F336A9. Grayscale: #838383. Windows color (decimal): -15939242 or 5687564. OLE color: 5687564.

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

Color convert

RGB 12 201 86 -
CMYK 0.94 0 0.57 0.21
HSL 143.49º 0.89% 0.42% -
HSV(B) 143.49º 0.94% 0.79% -
XYZ 22.72 42.52 15.81 -
YUV 131.38 102.38 42.85 -
System Red Green Blue C M Y K H S L
Decimal 12 201 86 0.94 0 0.57 0.21 143.49 0.89 0.42
Hex C C9 56 5E 0 39 15 8F 59 2A
Octal 14 311 126 136 0 71 25 217 131 52
Binary 1100 11001001 1010110 1011110 0 111001 10101 10001111 1011001 101010

Color Harmonies of #0CC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC956

Black with #0CC956

Text Example


Text Example

White with #0CC956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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