#00c12b

Color #00C12B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00C12B

Tints of Dark Pastel Green #00C12B

Color information

#00C12B (or 0x00C12B) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C1 and 2B. RGB value is (0,193,43). Sum of RGB (Red+Green+Blue) = 0+193+43=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 193 (75.78% from 255 or 81.78% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 193 - color contains mainly: green. Hex color #00C12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C12B is #FF3ED4. Grayscale: #767676. Windows color (decimal): -16727765 or 2867456. OLE color: 2867456.

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

Color convert

RGB019343-
CMYK100.780.24
HSL133.37º100%37.84%-
HSV(B)133.37º100%75.69%-
XYZ19.5138.318.65-
YUV118.1985.5643.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 81.78%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=0%
G=81.78%
B=18.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019343100.780.24133.3710037.84
Hex0C12B6404E18856426
Octal03015314401163020514446
Binary01100000110101111001000100111011000100001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00c12b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,193,43); }

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

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

 a { background-color: rgb(0,193,43); }

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

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

 span { border-color: rgb(0,193,43); }

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