#00C940

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

Shades of Dark Pastel Green #00C940

Tints of Dark Pastel Green #00C940

Color information

#00C940 (or 0x00C940) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C9 and 40. RGB value is (0,201,64). Sum of RGB (Red+Green+Blue) = 0+201+64=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 201 (78.91% from 255 or 75.85% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 201 - color contains mainly: green. Hex color #00C940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C940 is #FF36BF. Grayscale: #7D7D7D. Windows color (decimal): -16725696 or 4245760. OLE color: 4245760.

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

Color convert

RGB020164-
CMYK100.680.21
HSL139.1º100%39.41%-
HSV(B)139.1º100%78.82%-
XYZ21.8142.1411.84-
YUV125.2893.4138.64-

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) = 75.85%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=0%
G=75.85%
B=24.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal020164100.680.21139.110039.41
Hex0C94064044158b6427
Octal031110014401042521314447
Binary011001001100000011001000100010010101100010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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