Html Css Color HEX #0CCA60 Malachite

📋 copy color: '#0CCA60'

red 12 ◦ green 202 ◦ blue 96

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

Shades of Malachite #0CCA60

Tints of Malachite #0CCA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 65.16%

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

R = 3.87%
G = 65.16%
B = 30.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#0CCA60 (or 0x0CCA60) is known color: Malachite. HEX triplet: 0C, CA and 60. RGB value is (12,202,96). Sum of RGB (Red+Green+Blue) = 12+202+96=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCA60 is #F3359F. Grayscale: #858585. Windows color (decimal): -15938976 or 6343180. OLE color: 6343180.

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

Color convert

RGB 12 202 96 -
CMYK 0.94 0 0.52 0.21
HSL 146.53º 0.89% 0.42% -
HSV(B) 146.53º 0.94% 0.79% -
XYZ 23.38 43.16 18.17 -
YUV 133.11 107.05 41.62 -
System Red Green Blue C M Y K H S L
Decimal 12 202 96 0.94 0 0.52 0.21 146.53 0.89 0.42
Hex C CA 60 5E 0 34 15 93 59 2A
Octal 14 312 140 136 0 64 25 223 131 52
Binary 1100 11001010 1100000 1011110 0 110100 10101 10010011 1011001 101010

Color Harmonies of #0CCA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA60

Black with #0CCA60

Text Example


Text Example

White with #0CCA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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