#0EB13C

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

Shades of Dark Pastel Green #0EB13C

Tints of Dark Pastel Green #0EB13C

Color information

#0EB13C (or 0x0EB13C) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 3C. RGB value is (14,177,60). Sum of RGB (Red+Green+Blue) = 14+177+60=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 177 (69.53% from 255 or 70.52% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB13C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB13C is #F14EC3. Grayscale: #737373. Windows color (decimal): -15814340 or 3977486. OLE color: 3977486.

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

Color convert

RGB1417760-
CMYK0.9200.660.31
HSL136.93º85.34%37.45%-
HSV(B)136.93º92.09%69.41%-
XYZ16.7231.869.54-
YUV114.939756.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 177 (69.53% from 255) = 70.52%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=5.58%
G=70.52%
B=23.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177600.9200.660.31136.9385.3437.45
HexEB13C5C0421F895525
Octal162617413401023721112545
Binary11101011000111110010111000100001011111100010011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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