#0EC02F

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

Shades of Dark Pastel Green #0EC02F

Tints of Dark Pastel Green #0EC02F

Color information

#0EC02F (or 0x0EC02F) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C0 and 2F. RGB value is (14,192,47). Sum of RGB (Red+Green+Blue) = 14+192+47=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 192 (75.39% from 255 or 75.89% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC02F is #F13FD0. Grayscale: #7A7A7A. Windows color (decimal): -15810513 or 3129358. OLE color: 3129358.

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

Color convert

RGB1419247-
CMYK0.9300.760.25
HSL131.12º86.41%40.39%-
HSV(B)131.12º92.71%75.29%-
XYZ19.54388.99-
YUV122.2585.5350.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 192 (75.39% from 255) = 75.89%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=5.53%
G=75.89%
B=18.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14192470.9300.760.25131.1286.4140.39
HexEC02F5D04C19835628
Octal163005713501143120312650
Binary11101100000010111110111010100110011001100000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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