#0EB11F

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

Shades of Dark Pastel Green #0EB11F

Tints of Dark Pastel Green #0EB11F

Color information

#0EB11F (or 0x0EB11F) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 1F. RGB value is (14,177,31). Sum of RGB (Red+Green+Blue) = 14+177+31=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 177 (69.53% from 255 or 79.73% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB11F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB11F is #F14EE0. Grayscale: #707070. Windows color (decimal): -15814369 or 2076942. OLE color: 2076942.

HSL color Cylindrical-coordinate representation of color #0EB11F: hue angle of 126.26º 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 #0EB11F is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1417731-
CMYK0.9200.820.31
HSL126.26º85.34%37.45%-
HSV(B)126.26º92.09%69.41%-
XYZ16.1531.646.55-
YUV111.6282.558.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 177 (69.53% from 255) = 79.73%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=6.31%
G=79.73%
B=13.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177310.9200.820.31126.2685.3437.45
HexEB11F5C0521F7e5525
Octal162613713401223717612545
Binary111010110001111111011100010100101111111111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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