#0EBC43

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

Shades of Dark Pastel Green #0EBC43

Tints of Dark Pastel Green #0EBC43

Color information

#0EBC43 (or 0x0EBC43) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BC and 43. RGB value is (14,188,67). Sum of RGB (Red+Green+Blue) = 14+188+67=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC43 is #F143BC. Grayscale: #7A7A7A. Windows color (decimal): -15811517 or 4439054. OLE color: 4439054.

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

Color convert

RGB1418867-
CMYK0.9300.640.26
HSL138.28º86.14%39.61%-
HSV(B)138.28º92.55%73.73%-
XYZ19.1836.4711.34-
YUV122.1896.8550.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 188 (73.83% from 255) = 69.89%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=5.20%
G=69.89%
B=24.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14188670.9300.640.26138.2886.1439.61
HexEBC435D0401A8a5628
Octal1627410313501003221212650
Binary111010111100100001110111010100000011010100010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,188,67); }

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

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

 a { background-color: rgb(14,188,67); }

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

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

 span { border-color: rgb(14,188,67); }

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