#0EBE53

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

Shades of Dark Pastel Green #0EBE53

Tints of Dark Pastel Green #0EBE53

Color information

#0EBE53 (or 0x0EBE53) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 53. RGB value is (14,190,83). Sum of RGB (Red+Green+Blue) = 14+190+83=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE53 is #F141AC. Grayscale: #7D7D7D. Windows color (decimal): -15810989 or 5488142. OLE color: 5488142.

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

Color convert

RGB1419083-
CMYK0.9300.560.25
HSL143.52º86.27%40%-
HSV(B)143.52º92.63%74.51%-
XYZ20.1637.5414.37-
YUV125.18104.1948.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.88%
GREEN value IS 190 (74.61% from 255) = 66.20%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=4.88%
G=66.20%
B=28.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190830.9300.560.25143.5286.2740
HexEBE535D03819905628
Octal162761231350703122012650
Binary11101011111010100111011101011100011001100100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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