#0EC026

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

Shades of Dark Pastel Green #0EC026

Tints of Dark Pastel Green #0EC026

Color information

#0EC026 (or 0x0EC026) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C0 and 26. RGB value is (14,192,38). Sum of RGB (Red+Green+Blue) = 14+192+38=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC026 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC026 is #F13FD9. Grayscale: #797979. Windows color (decimal): -15810522 or 2539534. OLE color: 2539534.

HSL color Cylindrical-coordinate representation of color #0EC026: hue angle of 128.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC026 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1419238-
CMYK0.9300.800.25
HSL128.09º86.41%40.39%-
HSV(B)128.09º92.71%75.29%-
XYZ19.3837.938.13-
YUV121.2281.0351.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 192 (75.39% from 255) = 78.69%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=5.74%
G=78.69%
B=15.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14192380.9300.800.25128.0986.4140.39
HexEC0265D05019805628
Octal163004613501203120012650
Binary11101100000010011010111010101000011001100000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,38); }

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

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

 a { background-color: rgb(14,192,38); }

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

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

 span { border-color: rgb(14,192,38); }

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