#0EC318

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

Shades of Dark Pastel Green #0EC318

Tints of Dark Pastel Green #0EC318

Color information

#0EC318 (or 0x0EC318) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C3 and 18. RGB value is (14,195,24). Sum of RGB (Red+Green+Blue) = 14+195+24=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC318 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC318 is #F13CE7. Grayscale: #797979. Windows color (decimal): -15809768 or 1622798. OLE color: 1622798.

HSL color Cylindrical-coordinate representation of color #0EC318: hue angle of 123.31º degrees, saturation: 0.87, 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 #0EC318 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1419524-
CMYK0.9300.880.24
HSL123.31º86.6%40.98%-
HSV(B)123.31º92.82%76.47%-
XYZ19.8639.197.38-
YUV121.3973.0351.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 195 (76.56% from 255) = 83.69%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=6.01%
G=83.69%
B=10.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14195240.9300.880.24123.3186.640.98
HexEC3185D058187b5729
Octal163033013501303017312751
Binary111011000011110001011101010110001100011110111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,195,24); }

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

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

 a { background-color: rgb(14,195,24); }

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

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

 span { border-color: rgb(14,195,24); }

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