#00D960

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

Shades of Malachite #00D960

Tints of Malachite #00D960

Color information

#00D960 (or 0x00D960) is unknown color: approx Malachite. HEX triplet: 00, D9 and 60. RGB value is (0,217,96). Sum of RGB (Red+Green+Blue) = 0+217+96=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #00D960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D960 is #FF269F. Grayscale: #8A8A8A. Windows color (decimal): -16721568 or 6347008. OLE color: 6347008.

HSL color Cylindrical-coordinate representation of color #00D960: hue angle of 146.54º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D960 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB021796-
CMYK100.560.15
HSL146.54º100%42.55%-
HSV(B)146.54º100%85.1%-
XYZ26.9250.4719.39-
YUV138.32104.1129.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 217 (85.16% from 255) = 69.33%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=0%
G=69.33%
B=30.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal021796100.560.15146.5410042.55
Hex0D96064038F93642b
Octal03311401440701722314453
Binary0110110011100000110010001110001111100100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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