Html Css Color HEX #00C560 Malachite

📋 copy color: '#00C560'

red 0 ◦ green 197 ◦ blue 96

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

Shades of Malachite #00C560

Tints of Malachite #00C560

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 197 (77.34% from 255) = 67.24%

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

R = 0%
G = 67.24%
B = 32.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#00C560 (or 0x00C560) is known color: Malachite. HEX triplet: 00, C5 and 60. RGB value is (0,197,96). Sum of RGB (Red+Green+Blue) = 0+197+96=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #00C560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C560 is #FF3A9F. Grayscale: #7E7E7E. Windows color (decimal): -16726688 or 6341888. OLE color: 6341888.

HSL color Cylindrical-coordinate representation of color #00C560: hue angle of 149.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C560 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 0 197 96 -
CMYK 1 0 0.51 0.23
HSL 149.24º 1% 0.39% -
HSV(B) 149.24º 1% 0.77% -
XYZ 22.08 40.78 17.77 -
YUV 126.58 110.73 37.71 -
System Red Green Blue C M Y K H S L
Decimal 0 197 96 1 0 0.51 0.23 149.24 1 0.39
Hex 0 C5 60 64 0 33 17 95 64 27
Octal 0 305 140 144 0 63 27 225 144 47
Binary 0 11000101 1100000 1100100 0 110011 10111 10010101 1100100 100111

Color Harmonies of #00C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C560

Black with #00C560

Text Example


Text Example

White with #00C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C560; }

 p { color: rgb(0,197,96); }

 H1.HeaderClassName
 {
   color: #00C560;
 }
 .AnyTagClassName
 {
   color: #00C560;
 }
</style>

background-color css

<style>
 a { background-color: #00C560; }

 a { background-color: rgb(0,197,96); }

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

border-color css

<style>
 span { border-color: #00C560; }

 span { border-color: rgb(0,197,96); }

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