#00C966

Color #00C966 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #00C966

Tints of Malachite #00C966

Color information

#00C966 (or 0x00C966) is unknown color: approx Malachite. HEX triplet: 00, C9 and 66. RGB value is (0,201,102). Sum of RGB (Red+Green+Blue) = 0+201+102=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #00C966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C966 is #FF3699. Grayscale: #818181. Windows color (decimal): -16725658 or 6736128. OLE color: 6736128.

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

Color convert

RGB0201102-
CMYK100.490.21
HSL150.45º100%39.41%-
HSV(B)150.45º100%78.82%-
XYZ23.2842.7319.59-
YUV129.62112.4135.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 201 (78.91% from 255) = 66.34%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=0%
G=66.34%
B=33.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal0201102100.490.21150.4510039.41
Hex0C9666403115966427
Octal03111461440612522614447
Binary01100100111001101100100011000110101100101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,201,102); }

 H1.HeaderClassName
 {
   color: #00C966;
 }
 .AnyTagClassName
 {
   color: #00C966;
 }
</style>
background-color css

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

 a { background-color: rgb(0,201,102); }

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

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

 span { border-color: rgb(0,201,102); }

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