Html Css Color HEX #0CC160 Malachite

📋 copy color: '#0CC160'

red 12 ◦ green 193 ◦ blue 96

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

Shades of Malachite #0CC160

Tints of Malachite #0CC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.12%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 3.99%
G = 64.12%
B = 31.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#0CC160 (or 0x0CC160) is known color: Malachite. HEX triplet: 0C, C1 and 60. RGB value is (12,193,96). Sum of RGB (Red+Green+Blue) = 12+193+96=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC160 is #F33E9F. Grayscale: #808080. Windows color (decimal): -15941280 or 6340876. OLE color: 6340876.

HSL color Cylindrical-coordinate representation of color #0CC160: hue angle of 147.85º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC160 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 193 96 -
CMYK 0.94 0 0.50 0.24
HSL 147.85º 0.88% 0.4% -
HSV(B) 147.85º 0.94% 0.76% -
XYZ 21.33 39.06 17.48 -
YUV 127.82 110.03 45.39 -
System Red Green Blue C M Y K H S L
Decimal 12 193 96 0.94 0 0.50 0.24 147.85 0.88 0.4
Hex C C1 60 5E 0 32 18 94 58 28
Octal 14 301 140 136 0 62 30 224 130 50
Binary 1100 11000001 1100000 1011110 0 110010 11000 10010100 1011000 101000

Color Harmonies of #0CC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC160

Black with #0CC160

Text Example


Text Example

White with #0CC160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,193,96); }

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

background-color css

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

 a { background-color: rgb(12,193,96); }

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

border-color css

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

 span { border-color: rgb(12,193,96); }

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