#0EC128

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

Shades of Dark Pastel Green #0EC128

Tints of Dark Pastel Green #0EC128

Color information

#0EC128 (or 0x0EC128) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C1 and 28. RGB value is (14,193,40). Sum of RGB (Red+Green+Blue) = 14+193+40=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC128 is #F13ED7. Grayscale: #7A7A7A. Windows color (decimal): -15810264 or 2670862. OLE color: 2670862.

HSL color Cylindrical-coordinate representation of color #0EC128: hue angle of 128.72º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC128 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1419340-
CMYK0.9300.790.24
HSL128.72º86.47%40.59%-
HSV(B)128.72º92.75%75.69%-
XYZ19.6338.398.38-
YUV122.0481.750.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 193 (75.78% from 255) = 78.14%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=5.67%
G=78.14%
B=16.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14193400.9300.790.24128.7286.4740.59
HexEC1285D04F18815629
Octal163015013501173020112651
Binary11101100000110100010111010100111111000100000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EC128; }

 p { color: rgb(14,193,40); }

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

<style>
 a { background-color: #0EC128; }

 a { background-color: rgb(14,193,40); }

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

<style>
 span { border-color: #0EC128; }

 span { border-color: rgb(14,193,40); }

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