#0EC246

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

Shades of Dark Pastel Green #0EC246

Tints of Dark Pastel Green #0EC246

Color information

#0EC246 (or 0x0EC246) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C2 and 46. RGB value is (14,194,70). Sum of RGB (Red+Green+Blue) = 14+194+70=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC246 is #F13DB9. Grayscale: #7E7E7E. Windows color (decimal): -15809978 or 4637198. OLE color: 4637198.

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

Color convert

RGB1419470-
CMYK0.9300.640.24
HSL138.67º86.54%40.78%-
HSV(B)138.67º92.78%76.08%-
XYZ20.5839.1212.26-
YUV126.0496.3748.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.04%
GREEN value IS 194 (76.17% from 255) = 69.78%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=5.04%
G=69.78%
B=25.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14194700.9300.640.24138.6786.5440.78
HexEC2465D040188b5729
Octal1630210613501003021312751
Binary111011000010100011010111010100000011000100010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,194,70); }

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

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

 a { background-color: rgb(14,194,70); }

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

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

 span { border-color: rgb(14,194,70); }

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