#0EBA2E

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

Shades of Dark Pastel Green #0EBA2E

Tints of Dark Pastel Green #0EBA2E

Color information

#0EBA2E (or 0x0EBA2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BA and 2E. RGB value is (14,186,46). Sum of RGB (Red+Green+Blue) = 14+186+46=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA2E is #F145D1. Grayscale: #777777. Windows color (decimal): -15812050 or 3062286. OLE color: 3062286.

HSL color Cylindrical-coordinate representation of color #0EBA2E: hue angle of 131.16º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA2E is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1418646-
CMYK0.9200.750.27
HSL131.16º86%39.22%-
HSV(B)131.16º92.47%72.94%-
XYZ18.2335.418.46-
YUV118.6187.0253.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.69%
GREEN value IS 186 (73.05% from 255) = 75.61%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=5.69%
G=75.61%
B=18.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14186460.9200.750.27131.168639.22
HexEBA2E5C04B1B835627
Octal162725613401133320312647
Binary11101011101010111010111000100101111011100000111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,186,46); }

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

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

 a { background-color: rgb(14,186,46); }

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

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

 span { border-color: rgb(14,186,46); }

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