#00C35C

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

Shades of Malachite #00C35C

Tints of Malachite #00C35C

Color information

#00C35C (or 0x00C35C) is unknown color: approx Malachite. HEX triplet: 00, C3 and 5C. RGB value is (0,195,92). Sum of RGB (Red+Green+Blue) = 0+195+92=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #00C35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C35C is #FF3CA3. Grayscale: #7D7D7D. Windows color (decimal): -16727204 or 6079232. OLE color: 6079232.

HSL color Cylindrical-coordinate representation of color #00C35C: hue angle of 148.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C35C is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB019592-
CMYK100.530.24
HSL148.31º100%38.24%-
HSV(B)148.31º100%76.47%-
XYZ21.4539.816.68-
YUV124.95109.438.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 67.94%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=0%
G=67.94%
B=32.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019592100.530.24148.3110038.24
Hex0C35C6403518946426
Octal03031341440653022414446
Binary01100001110111001100100011010111000100101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,195,92); }

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

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

 a { background-color: rgb(0,195,92); }

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

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

 span { border-color: rgb(0,195,92); }

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