#0EC728

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

Shades of Dark Pastel Green #0EC728

Tints of Dark Pastel Green #0EC728

Color information

#0EC728 (or 0x0EC728) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C7 and 28. RGB value is (14,199,40). Sum of RGB (Red+Green+Blue) = 14+199+40=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 199 (78.12% from 255 or 78.66% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC728 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC728 is #F138D7. Grayscale: #7E7E7E. Windows color (decimal): -15808728 or 2672398. OLE color: 2672398.

HSL color Cylindrical-coordinate representation of color #0EC728: hue angle of 128.43º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC728 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB1419940-
CMYK0.9300.800.22
HSL128.43º86.85%41.76%-
HSV(B)128.43º92.96%78.04%-
XYZ20.9941.098.83-
YUV125.5679.7148.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 199 (78.12% from 255) = 78.66%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=5.53%
G=78.66%
B=15.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14199400.9300.800.22128.4386.8541.76
HexEC7285D0501680572a
Octal163075013501202620012752
Binary11101100011110100010111010101000010110100000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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