#00D95E

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

Shades of Malachite #00D95E

Tints of Malachite #00D95E

Color information

#00D95E (or 0x00D95E) is unknown color: approx Malachite. HEX triplet: 00, D9 and 5E. RGB value is (0,217,94). Sum of RGB (Red+Green+Blue) = 0+217+94=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #00D95E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D95E is #FF26A1. Grayscale: #8A8A8A. Windows color (decimal): -16721570 or 6215936. OLE color: 6215936.

HSL color Cylindrical-coordinate representation of color #00D95E: hue angle of 145.99º 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 #00D95E is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB021794-
CMYK100.570.15
HSL145.99º100%42.55%-
HSV(B)145.99º100%85.1%-
XYZ26.8350.4318.91-
YUV138.1103.1129.5-

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.77%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=0%
G=69.77%
B=30.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal021794100.570.15145.9910042.55
Hex0D95E64039F92642b
Octal03311361440711722214453
Binary0110110011011110110010001110011111100100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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