#0EBD4A

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

Shades of Dark Pastel Green #0EBD4A

Tints of Dark Pastel Green #0EBD4A

Color information

#0EBD4A (or 0x0EBD4A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BD and 4A. RGB value is (14,189,74). Sum of RGB (Red+Green+Blue) = 14+189+74=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD4A is #F142B5. Grayscale: #7B7B7B. Windows color (decimal): -15811254 or 4898062. OLE color: 4898062.

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

Color convert

RGB1418974-
CMYK0.9300.610.26
HSL140.57º86.21%39.8%-
HSV(B)140.57º92.59%74.12%-
XYZ19.6136.9812.58-
YUV123.56100.0249.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 189 (74.22% from 255) = 68.23%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=5.05%
G=68.23%
B=26.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14189740.9300.610.26140.5786.2139.8
HexEBD4A5D03D1A8d5628
Octal162751121350753221512650
Binary11101011110110010101011101011110111010100011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,189,74); }

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

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

 a { background-color: rgb(14,189,74); }

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

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

 span { border-color: rgb(14,189,74); }

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