Html Css Color HEX #0CC060 Malachite

📋 copy color: '#0CC060'

red 12 ◦ green 192 ◦ blue 96

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

Shades of Malachite #0CC060

Tints of Malachite #0CC060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64%

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

R = 4%
G = 64%
B = 32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#0CC060 (or 0x0CC060) is known color: Malachite. HEX triplet: 0C, C0 and 60. RGB value is (12,192,96). Sum of RGB (Red+Green+Blue) = 12+192+96=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC060 is #F33F9F. Grayscale: #7F7F7F. Windows color (decimal): -15941536 or 6340620. OLE color: 6340620.

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

Color convert

RGB 12 192 96 -
CMYK 0.94 0 0.50 0.25
HSL 148º 0.88% 0.4% -
HSV(B) 148º 0.94% 0.75% -
XYZ 21.11 38.62 17.41 -
YUV 127.24 110.37 45.81 -
System Red Green Blue C M Y K H S L
Decimal 12 192 96 0.94 0 0.50 0.25 148 0.88 0.4
Hex C C0 60 5E 0 32 19 94 58 28
Octal 14 300 140 136 0 62 31 224 130 50
Binary 1100 11000000 1100000 1011110 0 110010 11001 10010100 1011000 101000

Color Harmonies of #0CC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC060

Black with #0CC060

Text Example


Text Example

White with #0CC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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