Html Css Color HEX #0CC15A Malachite

📋 copy color: '#0CC15A'

red 12 ◦ green 193 ◦ blue 90

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

Shades of Malachite #0CC15A

Tints of Malachite #0CC15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 4.07%
G = 65.42%
B = 30.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#0CC15A (or 0x0CC15A) is known color: Malachite. HEX triplet: 0C, C1 and 5A. RGB value is (12,193,90). Sum of RGB (Red+Green+Blue) = 12+193+90=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC15A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC15A is #F33EA5. Grayscale: #7F7F7F. Windows color (decimal): -15941286 or 5947660. OLE color: 5947660.

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

Color convert

RGB 12 193 90 -
CMYK 0.94 0 0.53 0.24
HSL 145.86º 0.88% 0.4% -
HSV(B) 145.86º 0.94% 0.76% -
XYZ 21.07 38.96 16.08 -
YUV 127.14 107.03 45.88 -
System Red Green Blue C M Y K H S L
Decimal 12 193 90 0.94 0 0.53 0.24 145.86 0.88 0.4
Hex C C1 5A 5E 0 35 18 92 58 28
Octal 14 301 132 136 0 65 30 222 130 50
Binary 1100 11000001 1011010 1011110 0 110101 11000 10010010 1011000 101000

Color Harmonies of #0CC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC15A

Black with #0CC15A

Text Example


Text Example

White with #0CC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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