#0EBC19

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

Shades of Dark Pastel Green #0EBC19

Tints of Dark Pastel Green #0EBC19

Color information

#0EBC19 (or 0x0EBC19) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BC and 19. RGB value is (14,188,25). Sum of RGB (Red+Green+Blue) = 14+188+25=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 188 (73.83% from 255 or 82.82% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBC19 is #F143E6. Grayscale: #757575. Windows color (decimal): -15811559 or 1686542. OLE color: 1686542.

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

Color convert

RGB1418825-
CMYK0.9300.870.26
HSL123.79º86.14%39.61%-
HSV(B)123.79º92.55%73.73%-
XYZ18.3436.136.93-
YUV117.3975.8554.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 188 (73.83% from 255) = 82.82%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=6.17%
G=82.82%
B=11.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14188250.9300.870.26123.7986.1439.61
HexEBC195D0571A7c5628
Octal162743113501273217412650
Binary111010111100110011011101010101111101011111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,188,25); }

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

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

 a { background-color: rgb(14,188,25); }

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

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

 span { border-color: rgb(14,188,25); }

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