#00E12D

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

Shades of Dark Pastel Green #00E12D

Tints of Dark Pastel Green #00E12D

Color information

#00E12D (or 0x00E12D) is unknown color: approx Dark Pastel Green. HEX triplet: 00, E1 and 2D. RGB value is (0,225,45). Sum of RGB (Red+Green+Blue) = 0+225+45=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 225 (88.28% from 255 or 83.33% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 225 - color contains mainly: green. Hex color #00E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E12D is #FF1ED2. Grayscale: #898989. Windows color (decimal): -16719571 or 3006720. OLE color: 3006720.

HSL color Cylindrical-coordinate representation of color #00E12D: hue angle of 132º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E12D is Cyan = 1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB022545-
CMYK100.80.12
HSL132º100%44.12%-
HSV(B)132º100%88.24%-
XYZ27.454.0411.47-
YUV137.275.9630.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 225 (88.28% from 255) = 83.33%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=0%
G=83.33%
B=16.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal022545100.80.1213210044.12
Hex0E12D64050C84642c
Octal03415514401201420414454
Binary0111000011011011100100010100001100100001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,225,45); }

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

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

 a { background-color: rgb(0,225,45); }

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

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

 span { border-color: rgb(0,225,45); }

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