#0EBE46

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

Shades of Dark Pastel Green #0EBE46

Tints of Dark Pastel Green #0EBE46

Color information

#0EBE46 (or 0x0EBE46) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 46. RGB value is (14,190,70). Sum of RGB (Red+Green+Blue) = 14+190+70=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 190 (74.61% from 255 or 69.34% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE46 is #F141B9. Grayscale: #7C7C7C. Windows color (decimal): -15811002 or 4636174. OLE color: 4636174.

HSL color Cylindrical-coordinate representation of color #0EBE46: hue angle of 139.09º 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 #0EBE46 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1419070-
CMYK0.9300.630.25
HSL139.09º86.27%40%-
HSV(B)139.09º92.63%74.51%-
XYZ19.737.3611.97-
YUV123.797.6949.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.11%
GREEN value IS 190 (74.61% from 255) = 69.34%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=5.11%
G=69.34%
B=25.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190700.9300.630.25139.0986.2740
HexEBE465D03F198b5628
Octal162761061350773121312650
Binary11101011111010001101011101011111111001100010111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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