#0EB13B

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

Shades of Dark Pastel Green #0EB13B

Tints of Dark Pastel Green #0EB13B

Color information

#0EB13B (or 0x0EB13B) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 3B. RGB value is (14,177,59). Sum of RGB (Red+Green+Blue) = 14+177+59=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB13B is #F14EC4. Grayscale: #737373. Windows color (decimal): -15814341 or 3911950. OLE color: 3911950.

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

Color convert

RGB1417759-
CMYK0.9200.670.31
HSL136.56º85.34%37.45%-
HSV(B)136.56º92.09%69.41%-
XYZ16.6931.859.41-
YUV114.8196.556.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 177 (69.53% from 255) = 70.8%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=5.6%
G=70.8%
B=23.6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177590.9200.670.31136.5685.3437.45
HexEB13B5C0431F895525
Octal162617313401033721112545
Binary11101011000111101110111000100001111111100010011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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