#0EBE2E

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

Shades of Dark Pastel Green #0EBE2E

Tints of Dark Pastel Green #0EBE2E

Color information

#0EBE2E (or 0x0EBE2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 2E. RGB value is (14,190,46). Sum of RGB (Red+Green+Blue) = 14+190+46=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 190 (74.61% from 255 or 76% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE2E is #F141D1. Grayscale: #797979. Windows color (decimal): -15811026 or 3063310. OLE color: 3063310.

HSL color Cylindrical-coordinate representation of color #0EBE2E: hue angle of 130.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE2E is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1419046-
CMYK0.9300.760.25
HSL130.91º86.27%40%-
HSV(B)130.91º92.63%74.51%-
XYZ19.0937.128.74-
YUV120.9685.6951.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 190 (74.61% from 255) = 76%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=5.6%
G=76%
B=18.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190460.9300.760.25130.9186.2740
HexEBE2E5D04C19835628
Octal162765613501143120312650
Binary11101011111010111010111010100110011001100000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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