#0EBE3C

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

Shades of Dark Pastel Green #0EBE3C

Tints of Dark Pastel Green #0EBE3C

Color information

#0EBE3C (or 0x0EBE3C) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 3C. RGB value is (14,190,60). Sum of RGB (Red+Green+Blue) = 14+190+60=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 190 (74.61% from 255 or 71.97% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE3C is #F141C3. Grayscale: #7A7A7A. Windows color (decimal): -15811012 or 3980814. OLE color: 3980814.

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

Color convert

RGB1419060-
CMYK0.9300.680.25
HSL135.68º86.27%40%-
HSV(B)135.68º92.63%74.51%-
XYZ19.4137.2510.44-
YUV122.5692.6950.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.30%
GREEN value IS 190 (74.61% from 255) = 71.97%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=5.30%
G=71.97%
B=22.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190600.9300.680.25135.6886.2740
HexEBE3C5D04419885628
Octal162767413501043121012650
Binary11101011111011110010111010100010011001100010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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