Html Css Color HEX #0CC05A Malachite

📋 copy color: '#0CC05A'

red 12 ◦ green 192 ◦ blue 90

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

Shades of Malachite #0CC05A

Tints of Malachite #0CC05A

RGB

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

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

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

R = 4.08%
G = 65.31%
B = 30.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#0CC05A (or 0x0CC05A) is known color: Malachite. HEX triplet: 0C, C0 and 5A. RGB value is (12,192,90). Sum of RGB (Red+Green+Blue) = 12+192+90=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC05A is #F33FA5. Grayscale: #7E7E7E. Windows color (decimal): -15941542 or 5947404. OLE color: 5947404.

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

Color convert

RGB 12 192 90 -
CMYK 0.94 0 0.53 0.25
HSL 146º 0.88% 0.4% -
HSV(B) 146º 0.94% 0.75% -
XYZ 20.85 38.52 16.01 -
YUV 126.55 107.37 46.29 -
System Red Green Blue C M Y K H S L
Decimal 12 192 90 0.94 0 0.53 0.25 146 0.88 0.4
Hex C C0 5A 5E 0 35 19 92 58 28
Octal 14 300 132 136 0 65 31 222 130 50
Binary 1100 11000000 1011010 1011110 0 110101 11001 10010010 1011000 101000

Color Harmonies of #0CC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC05A

Black with #0CC05A

Text Example


Text Example

White with #0CC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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