#0EBD4B

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

Shades of Dark Pastel Green #0EBD4B

Tints of Dark Pastel Green #0EBD4B

Color information

#0EBD4B (or 0x0EBD4B) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BD and 4B. RGB value is (14,189,75). Sum of RGB (Red+Green+Blue) = 14+189+75=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD4B is #F142B4. Grayscale: #7B7B7B. Windows color (decimal): -15811253 or 4963598. OLE color: 4963598.

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

Color convert

RGB1418975-
CMYK0.9300.600.26
HSL140.91º86.21%39.8%-
HSV(B)140.91º92.59%74.12%-
XYZ19.653712.76-
YUV123.68100.5249.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.04%
GREEN value IS 189 (74.22% from 255) = 67.99%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=5.04%
G=67.99%
B=26.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14189750.9300.600.26140.9186.2139.8
HexEBD4B5D03C1A8d5628
Octal162751131350743221512650
Binary11101011110110010111011101011110011010100011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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