#0EB11D

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

Shades of Dark Pastel Green #0EB11D

Tints of Dark Pastel Green #0EB11D

Color information

#0EB11D (or 0x0EB11D) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 1D. RGB value is (14,177,29). Sum of RGB (Red+Green+Blue) = 14+177+29=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 177 (69.53% from 255 or 80.45% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB11D is #F14EE2. Grayscale: #6F6F6F. Windows color (decimal): -15814371 or 1945870. OLE color: 1945870.

HSL color Cylindrical-coordinate representation of color #0EB11D: hue angle of 125.52º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB11D is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1417729-
CMYK0.9200.840.31
HSL125.52º85.34%37.45%-
HSV(B)125.52º92.09%69.41%-
XYZ16.1331.636.42-
YUV111.3981.558.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.36%
GREEN value IS 177 (69.53% from 255) = 80.45%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=6.36%
G=80.45%
B=13.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177290.9200.840.31125.5285.3437.45
HexEB11D5C0541F7e5525
Octal162613513401243717612545
Binary111010110001111011011100010101001111111111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,177,29); }

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

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

 a { background-color: rgb(14,177,29); }

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

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

 span { border-color: rgb(14,177,29); }

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