#0EC41C

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

Shades of Dark Pastel Green #0EC41C

Tints of Dark Pastel Green #0EC41C

Color information

#0EC41C (or 0x0EC41C) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C4 and 1C. RGB value is (14,196,28). Sum of RGB (Red+Green+Blue) = 14+196+28=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 196 (76.95% from 255 or 82.35% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC41C is #F13BE3. Grayscale: #7A7A7A. Windows color (decimal): -15809508 or 1885198. OLE color: 1885198.

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

Color convert

RGB1419628-
CMYK0.9300.860.23
HSL124.62º86.67%41.18%-
HSV(B)124.62º92.86%76.86%-
XYZ20.1339.667.69-
YUV122.4374.750.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 196 (76.95% from 255) = 82.35%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=5.88%
G=82.35%
B=11.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14196280.9300.860.23124.6286.6741.18
HexEC41C5D056177d5729
Octal163043413501262717512751
Binary111011000100111001011101010101101011111111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,196,28); }

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

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

 a { background-color: rgb(14,196,28); }

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

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

 span { border-color: rgb(14,196,28); }

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